Update pkgs/top-level/stage.nix

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Adam Joseph 2022-03-09 02:03:52 +00:00 committed by Adam Joseph
parent 12371a51e6
commit 3cf831874e

View file

@ -66,7 +66,7 @@
let
# This is a function from parsed platforms (like
# stdenv.hostPlatform.parsed) to parsed platforms.
makeStaticParsedPlatform = parsed:
makeMuslParsedPlatform = parsed:
# The following line guarantees that the output of this function
# is a well-formed platform with no missing fields. It will be
# uncommented in a separate PR, in case it breaks the build.