include nixpkgs-unstable release-critical jobs in nixos-unstable (#460097)

This commit is contained in:
Vladimír Čunát
2026-03-27 11:44:59 +00:00
committed by GitHub
+4 -2
View File
@@ -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"
]