mkShell: fix eval

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 311 inherit kernel rootModules allowMissing; 312 }; 313 314 - mkShell = callPackage ../build-supports/mkshell { }; 315 316 nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackagesNg) inherit-local; }; 317
··· 311 inherit kernel rootModules allowMissing; 312 }; 313 314 + mkShell = callPackage ../build-support/mkshell { }; 315 316 nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackagesNg) inherit-local; }; 317