diff --git a/flake.nix b/flake.nix index fb7ba9f64f133..d6ade88c11f21 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,8 @@ shellcheck shfmt sqlc - strace + # strace is not available on OSX + (if system == "aarch64-darwin" then null else strace) terraform typos vim