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; }; }