mkShell: fix eval

This commit is contained in:
Orivej Desh 2017-12-21 00:07:24 +00:00
parent 073c40314f
commit 8c7e721467

View File

@ -311,7 +311,7 @@ with pkgs;
inherit kernel rootModules allowMissing; inherit kernel rootModules allowMissing;
}; };
mkShell = callPackage ../build-supports/mkshell { }; mkShell = callPackage ../build-support/mkshell { };
nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackagesNg) inherit-local; }; nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackagesNg) inherit-local; };