lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: go: inherit platforms instead of using platforms.all

`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.

There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.

-8
-1
pkgs/applications/editors/gophernotes/default.nix
··· 21 21 homepage = "https://github.com/gopherdata/gophernotes"; 22 22 license = licenses.mit; 23 23 maintainers = [ maintainers.costrouc ]; 24 - platforms = platforms.all; 25 24 }; 26 25 }
-1
pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
··· 30 30 inherit (src.meta) homepage; 31 31 license = licenses.apsl20; 32 32 maintainers = with maintainers; [ yurrriq ]; 33 - platforms = platforms.all; 34 33 }; 35 34 }
-1
pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
··· 33 33 inherit (src.meta) homepage; 34 34 license = licenses.apsl20; 35 35 maintainers = with maintainers; [ yurrriq ]; 36 - platforms = platforms.all; 37 36 }; 38 37 }
-1
pkgs/applications/version-management/git-and-tools/ghorg/default.nix
··· 32 32 homepage = "https://github.com/gabrie30/ghorg"; 33 33 license = licenses.asl20; 34 34 maintainers = with maintainers; [ vidbina ]; 35 - platforms = platforms.all; 36 35 }; 37 36 }
-1
pkgs/development/libraries/boringssl/default.nix
··· 52 52 meta = with lib; { 53 53 description = "Free TLS/SSL implementation"; 54 54 homepage = "https://boringssl.googlesource.com"; 55 - platforms = platforms.all; 56 55 maintainers = [ maintainers.thoughtpolice ]; 57 56 license = with licenses; [ openssl isc mit bsd3 ]; 58 57 };
-1
pkgs/development/tools/protoc-gen-go-grpc/default.nix
··· 24 24 description = "The Go language implementation of gRPC. HTTP/2 based RPC"; 25 25 license = licenses.asl20; 26 26 maintainers = [ maintainers.raboof ]; 27 - platforms = platforms.all; 28 27 }; 29 28 }
-1
pkgs/servers/irc/robustirc-bridge/default.nix
··· 24 24 homepage = "https://robustirc.net/"; 25 25 license = licenses.bsd3; 26 26 maintainers = [ maintainers.hax404 ]; 27 - platforms = platforms.all; 28 27 }; 29 28 }
-1
pkgs/servers/monitoring/mackerel-agent/default.nix
··· 37 37 homepage = "https://github.com/mackerelio/mackerel-agent"; 38 38 license = licenses.asl20; 39 39 maintainers = with maintainers; [ midchildan ]; 40 - platforms = platforms.all; 41 40 }; 42 41 }