Fix nix-shell on macos (#10591)

strace is unavailable on macos. flake.nix is updated to handle this
scenario.
This commit is contained in:
Anunaya Srivastava
2023-11-11 14:36:26 +05:30
committed by GitHub
parent a4f1319108
commit 5f0417d14e

View File

@ -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