mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-15 04:57:51 +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"
|
"/nix/var/nix/profiles/default"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.pathsToLink =
|
environment.pathsToLink = [ "/bin" "/share/locale" ];
|
||||||
[ "/bin"
|
|
||||||
"/lib"
|
|
||||||
"/share/locale"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.extraInit = ''
|
environment.extraInit = ''
|
||||||
# reset TERM with new TERMINFO available (if any)
|
# reset TERM with new TERMINFO available (if any)
|
||||||
|
|
Loading…
Add table
Reference in a new issue