hydra_unstable: drop patch

`allowed-uris` fix is included in nix 2.19.3
https://github.com/NixOS/nix/commit/b38e5a665e9d0aa7975beb0ed12e42d13a392e74
This commit is contained in:
zowoq
2024-01-23 08:04:23 +10:00
parent 5077bee9ea
commit ccfd5465e6
@@ -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