include nixpkgs-unstable release-critical jobs in nixos-unstable (#460097)
This commit is contained in:
@@ -44,12 +44,12 @@ rec {
|
||||
}
|
||||
);
|
||||
|
||||
nixpkgs = removeAttrs (removeMaintainers (
|
||||
nixpkgs = removeMaintainers (
|
||||
import ../pkgs/top-level/release.nix {
|
||||
inherit supportedSystems;
|
||||
nixpkgs = nixpkgsSrc;
|
||||
}
|
||||
)) [ "unstable" ];
|
||||
);
|
||||
|
||||
tested =
|
||||
let
|
||||
@@ -191,6 +191,8 @@ rec {
|
||||
(onFullSupported "nixpkgs.jdk")
|
||||
(onSystems [ "x86_64-linux" ] "nixpkgs.mesa_i686") # i686 sanity check + useful
|
||||
[
|
||||
# Include all release-critical jobs from nixpkgs-unstable channel
|
||||
"nixpkgs.unstable"
|
||||
"nixpkgs.tarball"
|
||||
"nixpkgs.release-checks"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user