hydra: remove outdated packageOverride for nixUnstable

This commit is contained in:
Astro 2022-05-06 19:02:11 +02:00
parent bec04b95f9
commit 3b7bd81a14
1 changed files with 0 additions and 15 deletions

View File

@ -55,21 +55,6 @@
};
nameservers = [ "172.20.73.8" "9.9.9.9" ];
};
nixpkgs.config.packageOverrides = pkgs: {
# HACK: nix-2.5.1 is broken <https://github.com/NixOS/nix/issues/5728>
nixUnstable = pkgs.nixUnstable.overrideAttrs (oa: rec {
version = "2.6${VERSION_SUFFIX}";
VERSION_SUFFIX = "pre20220107_${pkgs.lib.substring 0 7 src.rev}";
patches = [];
src = pkgs.fetchFromGitHub {
owner = "nixos";
repo = "nix";
rev = "fcddaa4b9b22a910a24a513bc05579a12eb1db41";
sha256 = "1v5z2kc9gard6sqxqi73w37x1jfa9ja04svkwr9f1dfj3vl3xygp";
};
});
};
# This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database