summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-08-06 10:53:26 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-08-06 11:00:51 +0200
commita5e135ef7c227427578f997b741940ef1c19f166 (patch)
tree2d4bd634716562b6e2a6557527206b59a9b8a5b7 /pkgs/top-level/release.nix
parent4cd46c1fe68b7f3e0f25405fa767cedeb03b0347 (diff)
downloadnixpkgs-a5e135ef7c227427578f997b741940ef1c19f166.tar
nixpkgs-a5e135ef7c227427578f997b741940ef1c19f166.tar.gz
nixpkgs-a5e135ef7c227427578f997b741940ef1c19f166.tar.bz2
nixpkgs-a5e135ef7c227427578f997b741940ef1c19f166.tar.lz
nixpkgs-a5e135ef7c227427578f997b741940ef1c19f166.tar.xz
nixpkgs-a5e135ef7c227427578f997b741940ef1c19f166.tar.zst
nixpkgs-a5e135ef7c227427578f997b741940ef1c19f166.zip
release.nix: fix a typo from #27923, build stdenv
The typo removed also all aarch64-linux on Hydra.
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 3b45035d114..90f1c92d8e0 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -11,7 +11,7 @@
 { nixpkgs ? { outPath = (import ../../lib).cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
 , officialRelease ? false
   # The platforms for which we build Nixpkgs.
-, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarchh64-linux" ]
+, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]
 , limitedSupportedSystems ? [ "i686-linux" ]
   # Strip most of attributes when evaluating to spare memory usage
 ,  scrubJobs ? true
@@ -58,6 +58,7 @@ let
               jobs.manual
               jobs.lib-tests
               jobs.stdenv.x86_64-linux
+              jobs.stdenv.i686-linux # most basic sanity check
               jobs.stdenv.x86_64-darwin
               jobs.linux.x86_64-linux
               jobs.python.x86_64-linux