updated reclamation config
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -374,11 +374,11 @@
|
|||||||
"nixpkgs": "nixpkgs_6"
|
"nixpkgs": "nixpkgs_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767364620,
|
"lastModified": 1767619106,
|
||||||
"narHash": "sha256-AeBTfAt3eo7yviQcAhmTeqjboiFIGe+hncWB63OYT8A=",
|
"narHash": "sha256-QNwk0Y0UK+jSlmEfUFQJvtl6H/l/g02U+sijEH6UaIo=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "c092c5353b8752d222e625dc562397bd17c9a83f",
|
"rev": "cc22f5ec0338b4850577f6371c819fd7ef184877",
|
||||||
"revCount": 3,
|
"revCount": 6,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.shobu.fr/sin_serhao/reclamation"
|
"url": "https://git.shobu.fr/sin_serhao/reclamation"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ let
|
|||||||
packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU=";
|
packHash = "sha256-+taYj4uroLNxM4Nia3n+5P1Y/g6dzE6Iq13TsZgk4mU=";
|
||||||
};
|
};
|
||||||
reclamation = pkgs.fetchPackwizModpack {
|
reclamation = pkgs.fetchPackwizModpack {
|
||||||
url = "file:///${inputs.reclamation.reclamation}/pack.toml";
|
url = "file:///${inputs.reclamation.modpack}/pack.toml";
|
||||||
packHash = lib.fakeHash;
|
packHash = "sha256-IEGFlPqykpE4eBJdehwGMN3SdFRjue9JIZSwm9Lmp1I=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
@@ -46,6 +46,7 @@ in
|
|||||||
symlinks = {
|
symlinks = {
|
||||||
"libraries" = inputs.testing-grounds.forge-libraries;
|
"libraries" = inputs.testing-grounds.forge-libraries;
|
||||||
"mods" = "${modpack}/mods";
|
"mods" = "${modpack}/mods";
|
||||||
|
"mods/orphans" = "${inputs.reclamation.orphan_mods}";
|
||||||
};
|
};
|
||||||
|
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
|
|||||||
Reference in New Issue
Block a user