fix: correct typo in comment (#24420)
This commit is contained in:
parent
95c43fc675
commit
5a5a2e5fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
[
|
[
|
||||||
ripgrep
|
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
|
++ lib.optional stdenvNoCC.hostPlatform.isDarwin sysctl
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue