1
1
Fork 1
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:
oddlama 2024-10-11 02:37:36 +02:00
parent ee020216b0
commit df578e816d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -71,8 +71,7 @@ in
cp -r ./ $out/lib/actual
makeWrapper ${lib.getExe nodejs} "$out/bin/actual-server" \
--add-flags "$out/app.js" \
--chdir $out/lib/actual \
--add-flags "$out/lib/actual/app.js" \
--set NODE_PATH "$out/node_modules"
runHook postInstall