hydra: rename from hydra_unstable
There is no stable hydra package
This commit is contained in:
parent
0fefe244b1
commit
55760e4c10
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/env nix-shell
|
#! /usr/bin/env nix-shell
|
||||||
#! nix-shell -p "haskellPackages.ghcWithPackages (p: [p.aeson p.req])"
|
#! nix-shell -p "haskellPackages.ghcWithPackages (p: [p.aeson p.req])"
|
||||||
#! nix-shell -p hydra-unstable
|
#! nix-shell -p hydra
|
||||||
#! nix-shell -i runhaskell
|
#! nix-shell -i runhaskell
|
||||||
|
|
||||||
{-
|
{-
|
||||||
|
@ -97,7 +97,7 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkPackageOption pkgs "hydra_unstable" { };
|
package = mkPackageOption pkgs "hydra" { };
|
||||||
|
|
||||||
hydraURL = mkOption {
|
hydraURL = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
@ -11,7 +11,7 @@ let
|
|||||||
inherit (import ./common.nix { inherit system; }) baseConfig;
|
inherit (import ./common.nix { inherit system; }) baseConfig;
|
||||||
|
|
||||||
hydraPkgs = {
|
hydraPkgs = {
|
||||||
inherit (pkgs) hydra_unstable;
|
inherit (pkgs) hydra;
|
||||||
};
|
};
|
||||||
|
|
||||||
makeHydraTest = with pkgs.lib; name: package: makeTest {
|
makeHydraTest = with pkgs.lib; name: package: makeTest {
|
||||||
|
@ -243,7 +243,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit nix perlDeps;
|
inherit nix perlDeps;
|
||||||
tests.basic = nixosTests.hydra.hydra_unstable;
|
tests.basic = nixosTests.hydra.hydra;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
@ -649,7 +649,7 @@ mapAliases ({
|
|||||||
hip-nvidia = throw "'hip-nvidia' has been removed in favor of 'rocmPackages.clr'"; # Added 2023-10-08
|
hip-nvidia = throw "'hip-nvidia' has been removed in favor of 'rocmPackages.clr'"; # Added 2023-10-08
|
||||||
hll2390dw-cups = throw "The hll2390dw-cups package was dropped since it was unmaintained."; # Added 2024-06-21
|
hll2390dw-cups = throw "The hll2390dw-cups package was dropped since it was unmaintained."; # Added 2024-06-21
|
||||||
ht-rust = xh; # Added 2021-02-13
|
ht-rust = xh; # Added 2021-02-13
|
||||||
hydra-unstable = hydra_unstable; # added 2022-05-10
|
hydra_unstable = hydra; # Added 2024-08-22
|
||||||
hydron = throw "hydron has been removed as the project has been archived upstream since 2022 and is affected by a severe remote code execution vulnerability";
|
hydron = throw "hydron has been removed as the project has been archived upstream since 2022 and is affected by a severe remote code execution vulnerability";
|
||||||
|
|
||||||
hyper-haskell = throw "'hyper-haskell' has been removed. reason: has been broken for a long time and depends on an insecure electron version"; # Added 2024-03-14
|
hyper-haskell = throw "'hyper-haskell' has been removed. reason: has been broken for a long time and depends on an insecure electron version"; # Added 2024-03-14
|
||||||
|
@ -20764,7 +20764,7 @@ with pkgs;
|
|||||||
|
|
||||||
hwloc = callPackage ../development/libraries/hwloc { };
|
hwloc = callPackage ../development/libraries/hwloc { };
|
||||||
|
|
||||||
hydra_unstable = callPackage ../development/tools/misc/hydra/unstable.nix { nix = nixVersions.nix_2_22; };
|
hydra = callPackage ../development/tools/misc/hydra { nix = nixVersions.nix_2_22; };
|
||||||
|
|
||||||
hydra-cli = callPackage ../development/tools/misc/hydra-cli { };
|
hydra-cli = callPackage ../development/tools/misc/hydra-cli { };
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
https://hydra.nixos.org/jobset/nixpkgs/haskell-updates.
|
https://hydra.nixos.org/jobset/nixpkgs/haskell-updates.
|
||||||
|
|
||||||
To debug this expression you can use `hydra-eval-jobs` from
|
To debug this expression you can use `hydra-eval-jobs` from
|
||||||
`pkgs.hydra_unstable` which prints the jobset description
|
`pkgs.hydra` which prints the jobset description
|
||||||
to `stdout`:
|
to `stdout`:
|
||||||
|
|
||||||
$ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix
|
$ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user