fix some dependency linking issues in nix-shell

This commit is contained in:
notgne2 2020-02-13 14:41:27 -07:00
parent 05082a2fdb
commit dbe0d799ee

View File

@ -171,7 +171,9 @@ let
shellHook = ''
ln -sf ${nodeSource}/node_modules .
ln -sf ${webpackConfigFile} webpack.config.js
rm webpack.config.js
cp ${webpackConfigFile} webpack.config.js
export NODE_PATH=$PWD/node_modules
'';
buildPhase = elmPackages.fetchElmDeps {