mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +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 = 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}";
|
||||||
|
Loading…
Reference in New Issue
Block a user