summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01 11:55:14 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-01 11:55:14 +0100
commitc79bda8d47772fdde7752fb22ae9f6bbb379cbe1 (patch)
tree9b63f18c6422581312f5c6428a684f264654f0fa /pkgs/top-level/release-small.nix
parentddf5841d74a6037197d0f8aa24a2f3ef9b6de1ba (diff)
release-small.nix: Disable FreeBSD
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 213358bc8ce7..14812b3e8112 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 ./all-packages.nix {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
-, supportedSystems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "x86_64-freebsd" "i686-freebsd" ]
+, supportedSystems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]
}:
with import ./release-lib.nix { inherit supportedSystems; };