add nix-ld

This commit is contained in:
2025-11-09 06:05:12 +09:00
parent 749ba8fc25
commit d45c47d157

View File

@@ -64,7 +64,7 @@ in {
programs.fish.enable = true;
programs.nix-ld = {
enable = false;
enable = true;
libraries = import ./modules/ld.nix { inherit pkgs; };
};