From 5a1ffcef5af0af8eccc10ebd6cc3c02ad528cd64 Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 4 Jan 2023 16:18:09 +0200 Subject: [PATCH] release-cross.nix: fix error: undefined variable 'platforms' --- pkgs/top-level/release-cross.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 6eeda58a6c17..0a419ae7cf06 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