Flake: remove unneeded patch

This commit is contained in:
Toast 2025-01-31 10:48:05 +01:00
parent ac36661d4e
commit 6adbd2d38c
2 changed files with 1 additions and 108 deletions

View file

@ -100,9 +100,7 @@
nixpkgs-unstable-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs-unstable";
src = nixpkgs-unstable-raw;
patches = [
./nixpkgs-patches/update-hhd.patch
];
patches = [];
};
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs";