fix: module import and whitelÃist

This commit is contained in:
Katharina 2026-05-31 18:14:39 +02:00
parent 094964f354
commit 8adc14e69b
2 changed files with 2 additions and 5 deletions

View file

@ -9,7 +9,7 @@ let
in
{
# Import the actual minecraft-servers NixOS module from nix-minecraft
imports = [ "${nix-minecraft-src}/modules/default.nix" ];
imports = [ "${nix-minecraft-src}/default.nix" ];
# Apply the overlay to pkgs so minecraftServers packages are available
nixpkgs.overlays = [ (import "${nix-minecraft-src}/overlay.nix") ];