terraform: use `--replace-fail`

This commit is contained in:
Pol Dellaiera 2024-04-04 13:04:52 +02:00
parent bd22babc47
commit 2bf9669828
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ let
postConfigure = ''
# speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22
substituteInPlace vendor/github.com/bgentry/speakeasy/speakeasy_unix.go \
--replace "/bin/stty" "${coreutils}/bin/stty"
--replace-fail "/bin/stty" "${coreutils}/bin/stty"
'';
nativeBuildInputs = [ installShellFiles ];