cosmic-edit: Prefer --replace-fail for substituteInPlace

This commit is contained in:
a-kenji
2025-02-02 12:04:08 +07:00
parent c85faf3f10
commit 0b3a807a63
+1 -1
View File
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
env.VERGEN_GIT_SHA = src.rev;
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)"
'';
nativeBuildInputs = [