1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 02:37:09 +00:00

fish: fix fenv reference on 20.09

Referring to the deprecated package first causes
an error to be thrown before the correct package can be selected.
This commit is contained in:
Kevin Griffin 2021-01-30 11:25:27 +09:00
parent 9e3e4033bc
commit aa5611cc81
No known key found for this signature in database
GPG key ID: 7AABE6811CCEED54

View file

@ -18,7 +18,7 @@ let
envInteractiveShellInit = pkgs.writeText "interactiveShellInit" cfge.interactiveShellInit;
fenv = pkgs.fish-foreign-env or pkgs.fishPlugins.foreign-env;
fenv = pkgs.fishPlugins.foreign-env or pkgs.fish-foreign-env;
sourceEnv = file:
if cfg.useBabelfish then