tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mkShell: fix eval
Orivej Desh
8 years ago
8c7e7214
073c4031
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
all-packages.nix
+1
-1
pkgs/top-level/all-packages.nix
···
311
311
inherit kernel rootModules allowMissing;
312
312
};
313
313
314
314
-
mkShell = callPackage ../build-supports/mkshell { };
314
314
+
mkShell = callPackage ../build-support/mkshell { };
315
315
316
316
nixBufferBuilders = import ../build-support/emacs/buffer.nix { inherit (pkgs) lib writeText; inherit (emacsPackagesNg) inherit-local; };
317
317