diff options
| author | Ariane Emory <[email protected]> | 2026-04-26 01:26:48 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-26 00:26:48 -0500 |
| commit | 5a5a2e5fa0c9f1ee965f3eaff5c787a856dd1734 (patch) | |
| tree | 990e9c299b752940ac3172ae68a6860ab00f6900 | |
| parent | 95c43fc675906aca06a2c0a39b7fc5d5fb3e60d2 (diff) | |
| download | opencode-5a5a2e5fa0c9f1ee965f3eaff5c787a856dd1734.tar.gz opencode-5a5a2e5fa0c9f1ee965f3eaff5c787a856dd1734.zip | |
fix: correct typo in comment (#24420)
| -rw-r--r-- | nix/opencode.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/opencode.nix b/nix/opencode.nix index b629d0b55..7b06330fc 100644 --- a/nix/opencode.nix +++ b/nix/opencode.nix @@ -64,7 +64,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { [ ripgrep ] - # bun runs sysctl to detect if dunning on rosetta2 + # bun runs sysctl to detect if running on rosetta2 ++ lib.optional stdenvNoCC.hostPlatform.isDarwin sysctl ) } |
