Use local version of patch

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

View file

@ -59,10 +59,6 @@
url = "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/907.patch";
flake = false;
};
prism-ftb-patch = {
url = "https://github.com/AdenMck/PrismLauncher/commit/36df231f7ad5f8d54d08c4d2c5f99f6d000fc507.patch";
flake = false;
};
};
outputs = inputs@{

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
];
});

1941
patches/prism-ftb.patch Normal file

File diff suppressed because it is too large Load diff