Flake: add nixpkgs patch

This commit is contained in:
Toast 2025-01-14 10:45:11 +01:00
parent 904bb98f36
commit d713ba1f15
2 changed files with 105 additions and 1 deletions

View file

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