1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

Fix tests

This commit is contained in:
Colin Barrett 2017-11-05 12:39:24 -05:00
parent a069111873
commit ae37a8ac7b

View file

@ -7,6 +7,6 @@
test = '' test = ''
echo checking systemPath in /etc/fish/config.fish >&2 echo checking systemPath in /etc/fish/config.fish >&2
grep 'set PATH ${pkgs.hello}/bin' ${config.out}/etc/fish/config.fish grep 'fenv export PATH=${pkgs.hello}/bin' ${config.out}/etc/fish/nixos-env-preinit.fish
''; '';
} }