feat: add nix-ld module to enable Nix linker support

This commit is contained in:
emmatherock
2026-07-06 00:30:45 -03:00
parent 979d364400
commit bca256d716
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
programs.nix-ld.enable = true;
}