Flake: add nixpkgs patches

This commit is contained in:
Toast 2024-05-07 09:36:20 +02:00
parent aeed860735
commit 9e1ae553cf
3 changed files with 77 additions and 1 deletions

View file

@ -77,7 +77,10 @@
nixpkgs-unstable-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs-unstable";
src = nixpkgs-unstable-raw;
patches = [];
patches = [
./nixpkgs-patches/0001-handheld-daemon-2.6.4-2.7.2.patch
./nixpkgs-patches/0001-Revert-handheld-daemon-undo-refactor.patch
];
};
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
name = "patched-nixpkgs";