Skip to content

Commit 220fa2a

Browse files
committed
Merge branch 'main' into 8789-e2e-parameters
2 parents d1ecde9 + 04810cb commit 220fa2a

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)