Skip to content

Commit

Permalink
Revert to node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
colehaus committed Dec 5, 2018
1 parent 501abdd commit 80fc5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callNode2nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
buildPhase = ''
TMP=$(mktemp -d)
cd $TMP
node2nix --development --nodejs-10 --input ${packageJson}/package.json --lock ${packageLockJson}/package-lock.json
node2nix --development --nodejs-6 --input ${packageJson}/package.json --lock ${packageLockJson}/package-lock.json
${postBuild}
'';
installPhase = ''
Expand Down

0 comments on commit 80fc5bf

Please sign in to comment.