mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 01:53:09 +09:00
doc/stdenv/platform-notes: fix typo
This commit is contained in:
parent
d076e3a638
commit
54f484c80e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ stdenv.mkDerivation {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: It is possible to have multiple, different instances of `darwinMinVerisonHook` in your inputs.
|
Note: It is possible to have multiple, different instances of `darwinMinVersionHook` in your inputs.
|
||||||
When that happens, the one with the highest version is always used.
|
When that happens, the one with the highest version is always used.
|
||||||
|
|
||||||
#### Picking an SDK version {#sec-darwin-troubleshooting-picking-sdk-version}
|
#### Picking an SDK version {#sec-darwin-troubleshooting-picking-sdk-version}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue