Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkgs/by-name/hy/hydra/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
stdenv,
lib,
nix,
nixVersions,
perlPackages,
buildEnv,
makeWrapper,
Expand Down Expand Up @@ -50,6 +50,8 @@
}:

let
nix = nixVersions.nix_2_32;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder whether this changes wrt splicing. Otherwise LGTM.


perlDeps = buildEnv {
name = "hydra-perl-deps";
paths =
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7414,8 +7414,6 @@ with pkgs;
hunspell.withDicts
(_: dicts);

hydra = callPackage ../by-name/hy/hydra/package.nix { nix = nixVersions.nix_2_32; };

icu-versions = callPackages ../development/libraries/icu { };
inherit (icu-versions)
icu60
Expand Down
Loading