hydra-unstable: remove old assertion

I don't think nixpkgs will build with nix 1 anyway, so let's just remove this.
main
Rick van Schijndel 2 years ago
parent 80ab09047a
commit be5b57be1b
  1. 4
      pkgs/development/tools/misc/hydra/common.nix

@ -15,10 +15,6 @@
with stdenv;
if lib.versions.major nix.version == "1"
then throw "This Hydra version doesn't support Nix 1.x"
else
let
perlDeps = buildEnv {
name = "hydra-perl-deps";

Loading…
Cancel
Save