We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c43fc commit 5a5a2e5Copy full SHA for 5a5a2e5
1 file changed
nix/opencode.nix
@@ -64,7 +64,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
64
[
65
ripgrep
66
]
67
- # bun runs sysctl to detect if dunning on rosetta2
+ # bun runs sysctl to detect if running on rosetta2
68
++ lib.optional stdenvNoCC.hostPlatform.isDarwin sysctl
69
)
70
}
0 commit comments