From fc3af493efa24ed39c6edafb3a0ca5a00f9e86f9 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Fri, 18 Aug 2023 10:01:08 +0200 Subject: [PATCH] fix: do not install strace on OSX --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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