llama-swap: use replace-fail

This commit is contained in:
jaredmontoya
2026-07-21 13:59:36 +02:00
parent 2ef1bb2b3e
commit 6b6b1f67e5
+1 -1
View File
@@ -62,7 +62,7 @@ buildGoModule (finalAttrs: {
postPatch = ''
substituteInPlace internal/process/process_command_forking_test.go \
--replace "#!/bin/bash" "#!${lib.getExe bash}"
--replace-fail "#!/bin/bash" "#!${lib.getExe bash}"
'';
preBuild = ''