9 lines
96 B
Nix
9 lines
96 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.nix-ld = {
|
|
enable = true;
|
|
package = pkgs.nix-ld-rs;
|
|
};
|
|
}
|