Skip to content

Commit

Permalink
Merge pull request #11 from utdemir/patch-1
Browse files Browse the repository at this point in the history
Make shell environment overridable
  • Loading branch information
svanderburg authored Aug 10, 2016
2 parents 182e2f1 + c1c9cf7 commit c973ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/node-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ let
'';
};
in
stdenv.mkDerivation {
stdenv.lib.makeOverridable stdenv.mkDerivation {
name = "node-shell-${name}-${version}";

buildInputs = [ python nodejs ] ++ stdenv.lib.optional (stdenv.isLinux) utillinux ++ args.buildInputs or [];
Expand Down

0 comments on commit c973ef4

Please sign in to comment.