change package to nix-ld-rs

This commit is contained in:
2024-08-02 02:03:59 +05:30
parent f31f43520c
commit 2cfeb76ecb
3 changed files with 11 additions and 2 deletions

View File

@ -31,7 +31,10 @@
programs = {
zsh.enable = true;
nix-ld.enable = true;
nix-ld = {
enable = true;
package = pkgs.nix-ld-rs;
};
dconf.enable = true;
};