Commit 6f264374 authored by hacker1024's avatar hacker1024
Browse files

Revert "flutterPackages: fix `hostPlatform` rename evaluation warning"

This reverts commit 3b4a0798.
parent ab4b905f
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 { inherit (stdenv) hostPlatform; };
    host-artifacts = self.callPackage ./host-artifacts.nix { };

    all-artifacts = self.callPackage ./all-artifacts.nix { };