vicinae: fix systemd service executable path (#485323)

This commit is contained in:
Ramses
2026-02-01 08:13:56 +00:00
committed by GitHub
+2 -1
View File
@@ -99,7 +99,8 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
postFixup = ''
substituteInPlace $out/share/systemd/user/vicinae.service \
--replace-fail "/bin/kill" "${lib.getExe' coreutils "kill"}"
--replace-fail "/bin/kill" "${lib.getExe' coreutils "kill"}"\
--replace-fail "ExecStart=vicinae" "ExecStart=$out/bin/vicinae"
'';
passthru.updateScript = ./update.sh;