lexical: Auto-start
This commit is contained in:
parent
f7bbdda504
commit
e6c9cf055d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ beamPackages.mixRelease rec {
|
||||||
RELEASE_COOKIE=${pname}
|
RELEASE_COOKIE=${pname}
|
||||||
export RELEASE_COOKIE
|
export RELEASE_COOKIE
|
||||||
|
|
||||||
exec -a "$0" "$out/bin/lexical-nocookie" "$@"
|
exec -a "$0" "$out/bin/lexical-nocookie" start "$@"
|
||||||
EOF
|
EOF
|
||||||
chmod +x "$out/bin/lexical"
|
chmod +x "$out/bin/lexical"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue