nodePackages: regenerate with node2nix-1.1.0. The new node2nix supports postInstall hooks that have been used to fix npm2nix

This commit is contained in:
Sander van der Burg
2016-09-13 20:56:05 +00:00
parent 8ea8659f29
commit 2b144fcfb0
6 changed files with 2451 additions and 2036 deletions

View File

@@ -227,6 +227,9 @@ let
done
done
fi
# Run post install hook, if provided
runHook postInstall
'';
});