about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-04-11 20:33:42 +0200
committerGitHub <noreply@github.com>2024-04-11 20:33:42 +0200
commit3d250b83e2251c64498be2c6d2a9865dda36bcbc (patch)
tree6171069cedccc149d4fa8a6f00202b5afabc6693 /pkgs/applications/networking/cluster
parent07c08838bf2ac2d6d9c565c764b6a4f1815d2539 (diff)
parentd9bfea98bd23acf3939beeaa109113898e587b95 (diff)
Merge pull request #301512 from drupol/coder/bump/2-9-1
coder: 0.17.1 -> 2.9.1
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/terraform/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/terraform/default.nix b/pkgs/applications/networking/cluster/terraform/default.nix
index 94b7fe50c5a94..f32df7ccf8683 100644
--- a/pkgs/applications/networking/cluster/terraform/default.nix
+++ b/pkgs/applications/networking/cluster/terraform/default.nix
@@ -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 ];