From 04810cb42e100486d7f956e93608214036a118aa Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Fri, 18 Aug 2023 10:07:11 +0200 Subject: [PATCH] fix: do not install strace on OSX (#9167) --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fb7ba9f64f..d6ade88c11 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