1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Merge pull request #283 from kevingriffin/fish-fenv-fix

fish: fix fenv reference on 20.09
This commit is contained in:
Daiderd Jordan 2021-02-04 23:05:02 +01:00 committed by GitHub
commit dca3806552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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