Skip to content

Commit 04810cb

Browse files
authored
fix: do not install strace on OSX (coder#9167)
1 parent 2f46f23 commit 04810cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
shellcheck
5555
shfmt
5656
sqlc
57-
strace
57+
# strace is not available on OSX
58+
(if system == "aarch64-darwin" then null else strace)
5859
terraform
5960
typos
6061
vim

0 commit comments

Comments
 (0)