Flake: add nixpkgs patches
This commit is contained in:
parent
aeed860735
commit
9e1ae553cf
3 changed files with 77 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue