Unverified Commit 0b54e733 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

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

parents 3e9b3ed8 d8df53cc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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"
        ]