fix reclamation modpack
All checks were successful
/ perform flake analysis (push) Successful in 1m36s
/ build hive configuration (push) Successful in 13m14s

This commit is contained in:
2026-01-07 12:44:30 +01:00
parent 76b2b92840
commit 681ddb80f7
2 changed files with 12 additions and 5 deletions

8
flake.lock generated
View File

@@ -446,11 +446,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1767782017,
"narHash": "sha256-OlGy1kp4bQGhhft8C/s2g/UL1S1at7kQCu8cUDH4kN8=",
"lastModified": 1767786101,
"narHash": "sha256-ENlpYr2V5u0/Enq07nIHfzetqmS95aydQYIM6sISVUc=",
"ref": "refs/heads/master",
"rev": "7aaf2dbc578b59a6566b4dc0210721ff557dd05f",
"revCount": 8,
"rev": "b71acff364b7b5eb3e1b68915aeb379053b86c94",
"revCount": 10,
"type": "git",
"url": "https://git.shobu.fr/sin_serhao/reclamation"
},

View File

@@ -25,7 +25,14 @@ in
package = pkgs.fabricServers.fabric;
symlinks = {
"mods" = reclamation.mods;
"mods" = "${reclamation.modpack}/mods";
"FTBLang" = "${reclamation.modpack}/FTBLang";
"defaultconfigs" = "${reclamation.modpack}/defaultconfigs";
"ressourcepacks" = "${reclamation.modpack}/ressourcepacks";
"config" = "${reclamation.modpack}/config";
"kubejs" = "${reclamation.modpack}/kubejs";
"patchouli_books" = "${reclamation.modpack}/patchouli_books";
"server.dat" = "${reclamation.modpack}/server.dat";
};
serverProperties = {