mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 11: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 =
|
prismlauncher-withExtraStuff =
|
||||||
inputs.prismlauncher.packages.${system}.prismlauncher.overrideAttrs
|
inputs.prismlauncher.packages.${system}.prismlauncher.override
|
||||||
(old: {
|
{
|
||||||
patches = (old.patches or [ ]) ++ [ ./prism-ftb.patch ];
|
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;
|
nixos-anywhere = inputs.nixos-anywhere.packages.${system}.nixos-anywhere;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue