Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f1319 commit 5f0417dCopy full SHA for 5f0417d
flake.nix
@@ -64,7 +64,7 @@
64
shfmt
65
sqlc
66
# strace is not available on OSX
67
- (if system == "aarch64-darwin" then null else strace)
+ (if pkgs.stdenv.hostPlatform.isDarwin then null else strace)
68
terraform
69
typos
70
vim
0 commit comments