Unverified Commit d374c1fa authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

flutterPackages: fix `hostPlatform` rename evaluation warning (#507484)

parents dffcb220 3b4a0798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };