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

gstqt5
Eelco Dolstra 2013-10-05 22:52:29 +02:00
parent a09ca7c3d3
commit 7808044ba7
1 changed files with 2 additions and 2 deletions

View File

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