stdenv: Fix typo (#398008)

This commit is contained in:
Tristan Ross
2025-04-12 07:00:41 -07:00
committed by GitHub
+1 -1
View File
@@ -60,7 +60,7 @@ let
targetPlatform,
# The implementation of `mkDerivation`, parameterized with the final stdenv so we can tie the knot.
# This is convient to have as a parameter so the stdenv "adapters" work better
# This is convenient to have as a parameter so the stdenv "adapters" work better
mkDerivationFromStdenv ?
stdenv: (import ./make-derivation.nix { inherit lib config; } stdenv).mkDerivation,
}: