mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: missing path in actual package
This commit is contained in:
parent
ee020216b0
commit
df578e816d
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ in
|
||||||
cp -r ./ $out/lib/actual
|
cp -r ./ $out/lib/actual
|
||||||
|
|
||||||
makeWrapper ${lib.getExe nodejs} "$out/bin/actual-server" \
|
makeWrapper ${lib.getExe nodejs} "$out/bin/actual-server" \
|
||||||
--add-flags "$out/app.js" \
|
--add-flags "$out/lib/actual/app.js" \
|
||||||
--chdir $out/lib/actual \
|
|
||||||
--set NODE_PATH "$out/node_modules"
|
--set NODE_PATH "$out/node_modules"
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue