From ae37a8ac7b6d9743550545ae1c76809725a086af Mon Sep 17 00:00:00 2001 From: Colin Barrett Date: Sun, 5 Nov 2017 12:39:24 -0500 Subject: [PATCH] Fix tests --- tests/system-path-fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-path-fish.nix b/tests/system-path-fish.nix index 0cd878e8..9b6c46e6 100644 --- a/tests/system-path-fish.nix +++ b/tests/system-path-fish.nix @@ -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 ''; }