From f3ff4c90cf09c03b0417ab5512566ccd49dff579 Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Mon, 5 Jan 2026 14:13:33 +0100 Subject: [PATCH] change path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6d34f85..5fe26f3 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ ... }: { - modpack = ./.; + modpack = ./modpack; orphan_mods = ./orphans_mods; }; }