Flake: remove hhd nixpkgs patch

This commit is contained in:
Toast 2024-04-26 12:07:39 +02:00
parent f9d60b9c8b
commit bad020c1d6
2 changed files with 1 additions and 420 deletions

View file

@ -80,9 +80,7 @@
nixpkgs-unstable-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs-unstable";
src = nixpkgs-unstable-raw;
patches = [
./nixpkgs-patches/0001-handheld-daemon-1.1.0-2.6.4.patch
];
patches = [];
};
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs";