1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

environment: don't link /lib by default

This commit is contained in:
Daiderd Jordan 2017-10-07 12:59:10 +02:00
parent e8355cdd93
commit 3efff52877
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -128,11 +128,7 @@ in {
"/nix/var/nix/profiles/default"
];
environment.pathsToLink =
[ "/bin"
"/lib"
"/share/locale"
];
environment.pathsToLink = [ "/bin" "/share/locale" ];
environment.extraInit = ''
# reset TERM with new TERMINFO available (if any)