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:
parent
e8355cdd93
commit
3efff52877
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue