release-small.nix: Disable FreeBSD

This commit is contained in:
Eelco Dolstra 2014-02-01 11:55:14 +01:00
parent ddf5841d74
commit c79bda8d47

View file

@ -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; };