Flake: add nixpkgs patches

This commit is contained in:
Toast 2024-07-11 12:29:18 +02:00
parent a700fc64b7
commit cae5c4f036
3 changed files with 159 additions and 0 deletions

View file

@ -94,6 +94,8 @@
name = "patched-nixpkgs-unstable";
src = nixpkgs-unstable-raw;
patches = [
./nixpkgs-patches/handheld-daemon-ui-init.patch
./nixpkgs-patches/update-hhd.patch
];
};
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {