From 54f484c80eac5c5c4377745e0f4ab577ef076b65 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 15 Jan 2025 02:04:20 +0000 Subject: [PATCH] doc/stdenv/platform-notes: fix typo --- doc/stdenv/platform-notes.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv/platform-notes.chapter.md b/doc/stdenv/platform-notes.chapter.md index c7b0b664940e2..ac98ec0e105eb 100644 --- a/doc/stdenv/platform-notes.chapter.md +++ b/doc/stdenv/platform-notes.chapter.md @@ -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. #### Picking an SDK version {#sec-darwin-troubleshooting-picking-sdk-version}