Use local version of patch

This commit is contained in:
jopejoe1 2023-08-25 12:57:28 +02:00
parent ffeca580e5
commit cae0a3699a
3 changed files with 1942 additions and 5 deletions

View file

@ -17,7 +17,7 @@
prismlauncher = super.prismlauncher.overrideAttrs (old: {
patches = (old.patches or []) ++ [
self.inputs.prism-game-options-patch
self.inputs.prism-ftb-patch
../patches/prism-ftb.patch
];
});