nixpkgs/pkgs/shells/fish
Lily Ballard c4f980a063 fish: Add fishEnvPreInit option
This new option allows for replacing the sourcing of
/etc/fish/nixos-env-preinit.fish with another file, optionally passing
it through `fenv`. The idea here is that non-NixOS users can do
something like

    fish.override {
      fishEnvPreInit = sourceBash:
        sourceBash "${nix}/etc/profile.d/nix-daemon.sh";
    }

and this will set up their shell environment for Nix just as though they
were running NixOS.
2021-02-04 19:05:22 -08:00
..
plugins fishPlugins.buildFishPlugin: rename checkFunctionPath parameter 2021-01-11 03:39:57 +01:00
babelfish.nix babelfish: 1.0.1 -> 1.1.0 2021-02-01 21:25:48 +09:00
default.nix fish: Add fishEnvPreInit option 2021-02-04 19:05:22 -08:00
dont-codesign-on-mac.diff fish: disable codesigning 2020-04-27 14:23:08 -07:00
wrapper.nix wrapFish: add fish shell wrapper package 2021-01-05 17:20:39 +01:00