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:
parent
a069111873
commit
ae37a8ac7b
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
|
||||
test = ''
|
||||
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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue