remove mods

This commit is contained in:
2025-05-21 11:40:25 -05:00
parent 1586f724a5
commit 77a676036b
70 changed files with 10 additions and 10 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
mods/

12
flake.lock generated
View File

@@ -640,11 +640,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1742003385, "lastModified": 1747793007,
"narHash": "sha256-c9gUL+HaIth47YUZTiXgG3NDhaxriJxHM7a0TEXAuBQ=", "narHash": "sha256-dQ+18Zzt0xaRVTQJeNt8LsKnu5DscOQkiOqzmv1VzJE=",
"owner": "Infinidoge", "owner": "Infinidoge",
"repo": "nix-minecraft", "repo": "nix-minecraft",
"rev": "9f51cce843d03d7456b535aeabca87db1012da2c", "rev": "850d167ecbde1f1a7ac86b491a3494d439d4976b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -792,11 +792,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1739866667, "lastModified": 1742889210,
"narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=", "narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", "rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"type": "github" "type": "github"
}, },
"original": { "original": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -40,9 +40,9 @@
autoStart = true; autoStart = true;
}; };
/*modded = { modded = {
enable = true; enable = true;
package = pkgs.fabricServers.fabric-1_21_1; package = pkgs.fabricServers.fabric-1_25_1;
serverProperties = { serverProperties = {
server-port = 25565; server-port = 25565;
gamemode = "survival"; gamemode = "survival";
@@ -59,7 +59,7 @@
symlinks = { symlinks = {
mods = ./mods; mods = ./mods;
}; };
};*/ };
}; };
}; };
}; };