about summary refs log tree commit diff
path: root/pkgs/top-level/stage.nix
diff options
context:
space:
mode:
authorAdam Joseph <54836058+a-m-joseph@users.noreply.github.com>2022-03-09 02:03:52 +0000
committerAdam Joseph <adam@westernsemico.com>2022-03-10 20:30:17 -0800
commit3cf831874e1dd5a804f4c86910c5129096e8a708 (patch)
treeda23243a74d4d9212ccc8d431e009868b5242224 /pkgs/top-level/stage.nix
parent12371a51e647a00b90fe250837f056642125c095 (diff)
Update pkgs/top-level/stage.nix
Co-authored-by: John Ericson <git@JohnEricson.me>
Diffstat (limited to 'pkgs/top-level/stage.nix')
-rw-r--r--pkgs/top-level/stage.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/stage.nix b/pkgs/top-level/stage.nix
index 8ca69315b5423..3945df7534b39 100644
--- a/pkgs/top-level/stage.nix
+++ b/pkgs/top-level/stage.nix
@@ -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.