about summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-01-04 16:18:09 +0200
committerArtturin <Artturin@artturin.com>2023-01-04 16:18:09 +0200
commit5a1ffcef5af0af8eccc10ebd6cc3c02ad528cd64 (patch)
treee7916e0faee08aaabc99e9457090aae335a0fa99 /pkgs/top-level/release-cross.nix
parent398bad9c8f8691b773982130b654943f5fbfdb29 (diff)
release-cross.nix: fix error: undefined variable 'platforms'
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 6eeda58a6c172..0a419ae7cf06e 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -92,7 +92,7 @@ let
   # with their host distribution's versions of nix's numerous
   # build dependencies.
   nixCrossStatic = {
-    nixStatic = platforms.linux;  # no need for buildPlatform=*-darwin
+    nixStatic = linux;  # no need for buildPlatform=*-darwin
   };
 
 in