vicinae: fix systemd service executable path

This commit is contained in:
Max S
2026-01-30 13:45:48 +01:00
parent 55ab31ca5e
commit fc541ff8f8
+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;