summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-08-03 08:09:30 -0400
committerRobin Gloster <mail@glob.in>2017-08-05 12:06:05 +0200
commit7d0b001d4a5653ce87f6e10475fba8e3c55d2af8 (patch)
treeb5b37a952d3e53885ca2cd8c9afd7d7b729b47f3 /pkgs/top-level/release-small.nix
parenteb7312ca7d00cd4d8d424b8f79e1c37c1b4991bf (diff)
downloadnixlib-7d0b001d4a5653ce87f6e10475fba8e3c55d2af8.tar
nixlib-7d0b001d4a5653ce87f6e10475fba8e3c55d2af8.tar.gz
nixlib-7d0b001d4a5653ce87f6e10475fba8e3c55d2af8.tar.bz2
nixlib-7d0b001d4a5653ce87f6e10475fba8e3c55d2af8.tar.lz
nixlib-7d0b001d4a5653ce87f6e10475fba8e3c55d2af8.tar.xz
nixlib-7d0b001d4a5653ce87f6e10475fba8e3c55d2af8.tar.zst
nixlib-7d0b001d4a5653ce87f6e10475fba8e3c55d2af8.zip
nixos,nixpkgs: only build essentials on i686
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index f329f2460d71..40218a2b7025 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -2,7 +2,7 @@
    the load on Hydra when testing the `stdenv-updates' branch. */
 
 { nixpkgs ? { outPath = (import ../../lib).cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
-, supportedSystems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]
+, supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
 }:
 
 with import ./release-lib.nix { inherit supportedSystems; };