fix: module import and whitelÃist
This commit is contained in:
parent
094964f354
commit
8adc14e69b
2 changed files with 2 additions and 5 deletions
|
|
@ -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") ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue