nit: cleanup imports

This commit is contained in:
2026-01-09 12:52:16 -05:00
parent aaef39d31a
commit 513e426f89
7 changed files with 23 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ let
{
imports = [
(import ../services/minecraft.nix {
inherit lib config;
inherit lib config inputs;
pkgs = testPkgs;
service_configs = {
minecraft = {
@@ -50,7 +50,6 @@ testPkgs.testers.runNixOSTest {
{ ... }:
{
imports = [
inputs.nix-minecraft.nixosModules.minecraft-servers
minecraftService
];