1
0
Fork 0
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:
Colin Barrett 2017-10-15 23:42:37 -04:00
parent 1dd1f60f90
commit a069111873

View file

@ -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