From be5b57be1b3554ab554f9d9acd03169a81b14c59 Mon Sep 17 00:00:00 2001 From: Rick van Schijndel Date: Tue, 10 May 2022 21:31:23 +0200 Subject: [PATCH] hydra-unstable: remove old assertion I don't think nixpkgs will build with nix 1 anyway, so let's just remove this. --- pkgs/development/tools/misc/hydra/common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/tools/misc/hydra/common.nix b/pkgs/development/tools/misc/hydra/common.nix index 2b0775afc37..5f99403218a 100644 --- a/pkgs/development/tools/misc/hydra/common.nix +++ b/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";