From 68ea0f03f22a44d1f679ef214870c3d8b0d4df76 Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 3 Mar 2025 18:08:06 +0100 Subject: [PATCH] Flake: remove unneeded patch --- flake.nix | 1 - nixpkgs_patches/pr383269.patch | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 nixpkgs_patches/pr383269.patch diff --git a/flake.nix b/flake.nix index 1c6311a..43f805a 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,6 @@ name = "patched-nixpkgs-unstable"; src = nixpkgs-unstable-raw; patches = [ - ./nixpkgs_patches/pr383269.patch ]; }; nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches { diff --git a/nixpkgs_patches/pr383269.patch b/nixpkgs_patches/pr383269.patch deleted file mode 100644 index 414f921..0000000 --- a/nixpkgs_patches/pr383269.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 39dd19122fdabf519c256796df0ed998515990a6 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= -Date: Wed, 19 Feb 2025 14:33:33 +0700 -Subject: [PATCH] install-grub: add missing rmtree - ---- - nixos/modules/system/boot/loader/grub/install-grub.pl | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/nixos/modules/system/boot/loader/grub/install-grub.pl b/nixos/modules/system/boot/loader/grub/install-grub.pl -index 4a588a75da147..f5ae844da21f9 100644 ---- a/nixos/modules/system/boot/loader/grub/install-grub.pl -+++ b/nixos/modules/system/boot/loader/grub/install-grub.pl -@@ -3,7 +3,7 @@ - use Class::Struct; - use XML::LibXML; - use File::Basename; --use File::Path qw(make_path); -+use File::Path qw(make_path rmtree); - use File::stat; - use File::Copy; - use File::Copy::Recursive qw(rcopy pathrm);