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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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