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