flutterPackages: fix hostPlatform rename evaluation warning

This commit is contained in:
ccicnce113424
2026-04-07 13:00:04 +08:00
parent 44387ac2e7
commit 3b4a0798b7
+1 -1
View File
@@ -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 { };