nix: drop unused patch-fix-aarch64-darwin-static patch

This commit is contained in:
Cole Mickens 2023-10-19 15:37:28 +02:00
parent 195a2e5be0
commit a55511468d
No known key found for this signature in database

View File

@ -112,13 +112,6 @@ let
hash = "sha256-s1ybRFCjQaSGj7LKu0Z5g7UiHqdJGeD+iPoQL0vaiS0=";
};
patch-fix-aarch64-darwin-static = fetchpatch {
# https://github.com/NixOS/nix/pull/8068
name = "fix-aarch64-darwin-static.patch";
url = "https://github.com/NixOS/nix/commit/220aa8e0ac9d17de2c9f356a68be43b673d851a1.patch";
hash = "sha256-YrmFkVpwPreiig1/BsP+DInpTdQrPmS7bEY0WUGpw+c=";
};
in lib.makeExtensible (self: ({
nix_2_3 = (common rec {
version = "2.3.16";