Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Commit

Permalink
Remove the nixos.unstable job from the trunk-combined jobset
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Oct 5, 2013
1 parent a09ca7c commit 7808044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-combined.nix
Expand Up @@ -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}";
Expand Down

0 comments on commit 7808044

Please sign in to comment.