dae: replace -> replace-fail

This commit is contained in:
mivorasu
2025-07-27 16:03:21 +08:00
parent 3d0db7f0f9
commit 5d5dc61819
+1 -1
View File
@@ -46,7 +46,7 @@ buildGoModule (finalAttrs: {
postInstall = ''
install -Dm444 install/dae.service $out/lib/systemd/system/dae.service
substituteInPlace $out/lib/systemd/system/dae.service \
--replace /usr/bin/dae $out/bin/dae
--replace-fail "/usr/bin/dae" "$out/bin/dae"
'';
passthru.tests = {