Further flake fixes

This commit is contained in:
Greg Shuflin 2025-04-08 00:03:41 -07:00
parent a0f7ed045c
commit 91746f1520

View File

@ -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