Commit 1e7a16f3 authored by Emily's avatar Emily
Browse files

release-staging: use `release-supported-systems.json`

For consistency with `release.nix`.
parent 24d5ac84
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -12,12 +12,7 @@
    revision = "0000000000000000000000000000000000000000";
  },
  # The platform doubles for which we build Nixpkgs.
  supportedSystems ? [
    "x86_64-linux"
    "x86_64-darwin"
    "aarch64-linux"
    "aarch64-darwin"
  ],
  supportedSystems ? builtins.fromJSON (builtins.readFile ./release-supported-systems.json),
  # Attributes passed to nixpkgs. Don't build packages marked as unfree.
  nixpkgsArgs ? {
    config = {