fix some dependency linking issues in nix-shell
This commit is contained in:
parent
05082a2fdb
commit
dbe0d799ee
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user