feat: add alejandra formatting
This commit is contained in:
parent
839bb7de43
commit
0a6c6bb70d
2 changed files with 9 additions and 5 deletions
|
|
@ -6,7 +6,12 @@
|
|||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-minecraft, ... }: {
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nix-minecraft,
|
||||
...
|
||||
}: {
|
||||
nixosModules.minecraft-servers = {
|
||||
config,
|
||||
lib,
|
||||
|
|
|
|||
|
|
@ -400,10 +400,8 @@ in {
|
|||
"ZSTD_BIN=${pkgs.zstd}/bin/zstd"
|
||||
# add more bin here
|
||||
|
||||
|
||||
|
||||
# Not properly enough tested
|
||||
#
|
||||
#
|
||||
#scheduleCfg.customEnviorment
|
||||
];
|
||||
ExecStart = pkgs.writeShellScript "minecraft-${serverName}-${scheduleName}.sh" ''
|
||||
|
|
@ -436,7 +434,8 @@ in {
|
|||
# it will run the service on each rebuild.
|
||||
# i dont want that you can enable it if you like
|
||||
};
|
||||
}) serverCfg.schedules
|
||||
})
|
||||
serverCfg.schedules
|
||||
)
|
||||
cfg.servers
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue