mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
Add Prismlauncher patch
This commit is contained in:
parent
05cf0317fd
commit
a476012dc5
1 changed files with 9 additions and 2 deletions
11
flake.nix
11
flake.nix
|
@ -17,10 +17,16 @@
|
||||||
url = github:vinceliuice/Tela-icon-theme;
|
url = github:vinceliuice/Tela-icon-theme;
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
prism-patch = {
|
|
||||||
|
# PrismLauncher Patches
|
||||||
|
prism-game-options-patch = {
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/907.patch";
|
url = "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/907.patch";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
prism-ftb-patch = {
|
||||||
|
url = "https://github.com/AdenMck/PrismLauncher/commit/36df231f7ad5f8d54d08c4d2c5f99f6d000fc507.patch";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
|
@ -66,7 +72,8 @@
|
||||||
});
|
});
|
||||||
prismlauncher = super.prismlauncher.overrideAttrs (old: {
|
prismlauncher = super.prismlauncher.overrideAttrs (old: {
|
||||||
patches = (old.patches or []) ++ [
|
patches = (old.patches or []) ++ [
|
||||||
inputs.prism-patch
|
inputs.prism-game-options-patch
|
||||||
|
inputs.prism-ftb-patch
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue