1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nodePackages: Fix NODE_NIXPKGS_PATH in shell-generate.nix

This commit is contained in:
adisbladis 2020-03-15 16:17:36 +00:00
parent d8b41ad219
commit f37e7adb7b
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -4,5 +4,5 @@ mkShell {
buildInputs = [
bash nodePackages.node2nix
];
NODE_NIXPKGS_PATH = ./.;
NODE_NIXPKGS_PATH = builtins.toString ../../../.;
}