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

For consistency with `release.nix`.
This commit is contained in:
Emily
2026-02-27 13:45:32 +00:00
parent 24d5ac84b3
commit 1e7a16f3e5
+1 -6
View File
@@ -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 = {