flutterPackages: fix hostPlatform rename evaluation warning
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user