flutterPackages: fix hostPlatform rename evaluation warning (#507484)

This commit is contained in:
Aleksana
2026-04-09 09:23:35 +00:00
committed by GitHub
+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 { };