Loading pkgs/development/compilers/flutter/scope.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading
pkgs/development/compilers/flutter/scope.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { }; Loading