stdenv: Fix typo (#398008)
This commit is contained in:
@@ -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,
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user