mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 02:37:09 +00:00
Set PATH since that's not being done by setEnvironment
This commit is contained in:
parent
1dd1f60f90
commit
a069111873
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ in
|
|||
set fish_function_path ${pkgs.fish-foreign-env}/share/fish-foreign-env/functions $__fish_datadir/functions
|
||||
|
||||
# source the NixOS environment config
|
||||
fenv export PATH=${config.environment.systemPath}
|
||||
fenv source ${config.system.build.setEnvironment}
|
||||
|
||||
# clear fish_function_path so that it will be correctly set when we return to $__fish_datadir/config.fish
|
||||
|
|
Loading…
Add table
Reference in a new issue