1
0
Fork 0

lexical: fix
All checks were successful
Build / build-amd64-linux (push) Successful in 7m30s
Build / build-arm64-linux (push) Successful in 9m1s

This commit is contained in:
Daniel Kempkens 2023-11-13 22:53:03 +01:00
parent 93895f9bf1
commit 1a14f57e03
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -46,6 +46,8 @@ beamPackages.mixRelease rec {
done
chmod -x $out/bin/boot.exs
substituteInPlace $out/bin/start_lexical.sh --replace '! . "$script_dir"/activate_version_manager.sh' 'false'
makeWrapper $out/bin/start_lexical.sh $out/bin/lexical --set RELEASE_COOKIE lexical
'';
}