Further flake fixes
This commit is contained in:
parent
a0f7ed045c
commit
91746f1520
@ -36,8 +36,11 @@
|
|||||||
# Link the node_modules
|
# Link the node_modules
|
||||||
ln -sf ${node-modules}/libexec/kucinako/node_modules node_modules
|
ln -sf ${node-modules}/libexec/kucinako/node_modules node_modules
|
||||||
|
|
||||||
|
# Add node_modules/.bin to PATH
|
||||||
|
export PATH=$PWD/node_modules/.bin:$PATH
|
||||||
|
|
||||||
# Build the project
|
# Build the project
|
||||||
${pkgs.yarn}/bin/yarn build
|
yarn build
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user