fix reclamation modpack
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -446,11 +446,11 @@
|
|||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767782017,
|
"lastModified": 1767786101,
|
||||||
"narHash": "sha256-OlGy1kp4bQGhhft8C/s2g/UL1S1at7kQCu8cUDH4kN8=",
|
"narHash": "sha256-ENlpYr2V5u0/Enq07nIHfzetqmS95aydQYIM6sISVUc=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "7aaf2dbc578b59a6566b4dc0210721ff557dd05f",
|
"rev": "b71acff364b7b5eb3e1b68915aeb379053b86c94",
|
||||||
"revCount": 8,
|
"revCount": 10,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.shobu.fr/sin_serhao/reclamation"
|
"url": "https://git.shobu.fr/sin_serhao/reclamation"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -25,7 +25,14 @@ in
|
|||||||
package = pkgs.fabricServers.fabric;
|
package = pkgs.fabricServers.fabric;
|
||||||
|
|
||||||
symlinks = {
|
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 = {
|
serverProperties = {
|
||||||
|
|||||||
Reference in New Issue
Block a user