add nix-ld
This commit is contained in:
parent
e008583e5e
commit
2f345011a0
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.dconf.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
|
@ -7,4 +7,6 @@
|
|||
enableSSHSupport = true;
|
||||
# pinentryFlavor = "";
|
||||
};
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue