Loading nixos/release-combined.nix +4 −2 Original line number Diff line number Diff line Loading @@ -44,12 +44,12 @@ rec { } ); nixpkgs = removeAttrs (removeMaintainers ( nixpkgs = removeMaintainers ( import ../pkgs/top-level/release.nix { inherit supportedSystems; nixpkgs = nixpkgsSrc; } )) [ "unstable" ]; ); tested = let Loading Loading @@ -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" ] Loading Loading
nixos/release-combined.nix +4 −2 Original line number Diff line number Diff line Loading @@ -44,12 +44,12 @@ rec { } ); nixpkgs = removeAttrs (removeMaintainers ( nixpkgs = removeMaintainers ( import ../pkgs/top-level/release.nix { inherit supportedSystems; nixpkgs = nixpkgsSrc; } )) [ "unstable" ]; ); tested = let Loading Loading @@ -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" ] Loading