From 5a5a2e5fa0c9f1ee965f3eaff5c787a856dd1734 Mon Sep 17 00:00:00 2001 From: Ariane Emory <97994360+ariane-emory@users.noreply.github.com> Date: Sun, 26 Apr 2026 01:26:48 -0400 Subject: [PATCH] fix: correct typo in comment (#24420) --- nix/opencode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/opencode.nix b/nix/opencode.nix index b629d0b554..7b06330fcb 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 ) }