Remove the nixos.unstable job from the trunk-combined jobset

This commit is contained in:
Eelco Dolstra 2013-10-05 22:52:29 +02:00
parent a09ca7c3d3
commit 7808044ba7

View File

@ -22,12 +22,12 @@ in rec {
nixpkgs = nixpkgs'; nixpkgs = nixpkgs';
}); });
nixpkgs = removeMaintainers (import <nixpkgs/pkgs/top-level/release.nix> { nixpkgs = builtins.removeAttrs (removeMaintainers (import <nixpkgs/pkgs/top-level/release.nix> {
inherit officialRelease; inherit officialRelease;
nixpkgs = nixpkgs'; nixpkgs = nixpkgs';
# Only do Linux builds. # Only do Linux builds.
supportedSystems = [ "x86_64-linux" "i686-linux" ]; supportedSystems = [ "x86_64-linux" "i686-linux" ];
}); })) [ "unstable" ];
tested = pkgs.releaseTools.aggregate { tested = pkgs.releaseTools.aggregate {
name = "nixos-${nixos.tarball.version}"; name = "nixos-${nixos.tarball.version}";