From 136ac3a003428baa5cdb252844ef6a83ff7b4986 Mon Sep 17 00:00:00 2001 From: Anunaya Srivastava Date: Wed, 8 Nov 2023 21:23:33 +0530 Subject: [PATCH] Fix nix-shell on macos strace is unavailable on macos. flake.nix is updated to handle this scenario. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e8861a139fac0..172f91d271aad 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ shfmt sqlc # strace is not available on OSX - (if system == "aarch64-darwin" then null else strace) + (if pkgs.stdenv.hostPlatform.isDarwin then null else strace) terraform typos vim