packages/hydra: use Nix 2.8

This commit is contained in:
Max Headroom 2022-05-29 22:24:01 +02:00
parent 3936d747d3
commit af21409799

View file

@ -1,7 +1,7 @@
let tools = import ./lib/tools.nix;
in with tools;
super: rec {
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nix_2_4; };
hydra = (patch super.hydra-unstable "patches/base/hydra").override { nix = super.nixVersions.nix_2_8; };
lain-ipfs = patch-rename (super.ipfs_latest or super.ipfs) "lain-ipfs" "patches/base/ipfs";