From ccfd5465e68b18387efb47cf4f9be5a04120e71d Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 21 Jan 2024 09:22:35 +1000 Subject: [PATCH] hydra_unstable: drop patch `allowed-uris` fix is included in nix 2.19.3 https://github.com/NixOS/nix/commit/b38e5a665e9d0aa7975beb0ed12e42d13a392e74 --- pkgs/development/tools/misc/hydra/unstable.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pkgs/development/tools/misc/hydra/unstable.nix b/pkgs/development/tools/misc/hydra/unstable.nix index 0877b4991265..3d5d81452af3 100644 --- a/pkgs/development/tools/misc/hydra/unstable.nix +++ b/pkgs/development/tools/misc/hydra/unstable.nix @@ -43,7 +43,6 @@ , cacert , glibcLocales , fetchFromGitHub -, fetchpatch2 , nixosTests }: @@ -133,17 +132,6 @@ stdenv.mkDerivation rec { hash = "sha256-hIXRgu2MGqFYCALDKAiP+8lE859zftRe4OVIgGOTkvc="; }; - patches = [ - # hydra-eval-jobs: don't use restrict-eval for Flakes - # https://github.com/NixOS/hydra/pull/1257 - # should be removed when https://github.com/NixOS/nix/pull/9547 - # lands in the nix version used by hydra - (fetchpatch2 { - url = "https://github.com/NixOS/hydra/commit/9370b0ef977bff7e84ac07a81a0e31e75989276b.patch"; - hash = "sha256-BRenC0lpWPgzfx42MPJBQ9VBamh5hZXuuVe6TXYKkdE="; - }) - ]; - buildInputs = [ unzip libpqxx