feat(nixos): enable nix-ld and add empty libraries list
This commit is contained in:
parent
335cf06e59
commit
5ef754ecc4
1 changed files with 4 additions and 0 deletions
|
@ -14,5 +14,9 @@ in
|
||||||
programs = {
|
programs = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
zsh.enableCompletion = true;
|
zsh.enableCompletion = true;
|
||||||
|
nix-ld = {
|
||||||
|
enable = true;
|
||||||
|
libraries = with pkgs; [ ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue