mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Remove the nixos.unstable job from the trunk-combined jobset
This commit is contained in:
parent
a09ca7c3d3
commit
7808044ba7
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user