From 3b4a0798b7c01d90ef25015e2dbdb47fe2a83fc2 Mon Sep 17 00:00:00 2001 From: ccicnce113424 Date: Tue, 7 Apr 2026 13:00:04 +0800 Subject: [PATCH] flutterPackages: fix `hostPlatform` rename evaluation warning --- pkgs/development/compilers/flutter/scope.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/flutter/scope.nix b/pkgs/development/compilers/flutter/scope.nix index ab7369a5513d..9ef8c0d8359f 100644 --- a/pkgs/development/compilers/flutter/scope.nix +++ b/pkgs/development/compilers/flutter/scope.nix @@ -94,7 +94,7 @@ lib.makeScope newScope ( inherit outputs; }; - host-artifacts = self.callPackage ./host-artifacts.nix { }; + host-artifacts = self.callPackage ./host-artifacts.nix { inherit (stdenv) hostPlatform; }; all-artifacts = self.callPackage ./all-artifacts.nix { };