mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Merge e4f697a17c
into ebb88c3428
This commit is contained in:
commit
b8c4fafb1e
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ in
|
|||
|
||||
system.build.setEnvironment = pkgs.writeText "set-environment" ''
|
||||
# Prevent this file from being sourced by child shells.
|
||||
if [ -n "${__NIX_DARWIN_SET_ENVIRONMENT_DONE:-}" ]; then return; fi
|
||||
export __NIX_DARWIN_SET_ENVIRONMENT_DONE=1
|
||||
|
||||
export PATH=${config.environment.systemPath}
|
||||
|
|
Loading…
Add table
Reference in a new issue