mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
Use local version of patch
This commit is contained in:
parent
ffeca580e5
commit
cae0a3699a
3 changed files with 1942 additions and 5 deletions
|
@ -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@{
|
||||
|
|
|
@ -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
1941
patches/prism-ftb.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue