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