save extracted patch list in repo instead of requiring IFD

This commit is contained in:
Robin Appelman 2024-03-31 18:11:18 +02:00
commit a7d3995c69
9 changed files with 437 additions and 85 deletions

4
overlay.nix Normal file
View file

@ -0,0 +1,4 @@
final: prev: {
nvidia-patch-extractor = final.callPackage ./extractor.nix {};
nvidia-patch = final.callPackage ./patch.nix {};
}