nix-buffer: make eshell-path-env be inherited

This commit is contained in:
Matthew Justin Bauer
2018-02-15 17:30:59 -06:00
committed by GitHub
parent b98a3f247a
commit a5e28a554e

View File

@@ -45,6 +45,8 @@ rec {
(setenv "PATH" (concat "${lib.makeSearchPath "bin" pkgs}:" (getenv "PATH")))
(inherit-local-permanent exec-path (append '(${builtins.concatStringsSep " " (map (p: "\"${p}/bin\"") pkgs)}) exec-path))
(inherit-local-permanent eshell-path-env (concat "${lib.makeSearchPath "bin" pkgs}:" eshell-path-env))
(setq nixpkgs--is-nixpkgs-buffer t)
(inherit-local 'nixpkgs--is-nixpkgs-buffer)