work: add nix-ld

This commit is contained in:
Moritz Böhme 2023-02-27 23:10:12 +01:00
parent 433f22b603
commit 2a4b1c97f2

View file

@ -81,4 +81,5 @@ with lib; {
}; };
}; };
}; };
programs.nix-ld.enable = true;
} }