mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
actully apply fixes
This commit is contained in:
parent
c526efd4e9
commit
5c6d8ea840
1 changed files with 6 additions and 4 deletions
|
@ -13,10 +13,12 @@
|
|||
});
|
||||
|
||||
prismlauncher-withExtraStuff =
|
||||
inputs.prismlauncher.packages.${system}.prismlauncher.overrideAttrs
|
||||
(old: {
|
||||
patches = (old.patches or [ ]) ++ [ ./prism-ftb.patch ];
|
||||
});
|
||||
inputs.prismlauncher.packages.${system}.prismlauncher.override
|
||||
{
|
||||
prismlauncher-unwrapped = inputs.prismlauncher.packages.${system}.prismlauncher-unwrapped.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [ ./prism-ftb.patch ];
|
||||
});
|
||||
};
|
||||
|
||||
nixos-anywhere = inputs.nixos-anywhere.packages.${system}.nixos-anywhere;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue