add nix-minecraft for easy server management

This commit is contained in:
Joseph Hanson 2024-10-09 13:35:18 -05:00
parent a0853e5f4c
commit 5435dc5f6f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -66,6 +66,7 @@
}; };
# talhelper - A tool to help creating Talos kubernetes cluster # talhelper - A tool to help creating Talos kubernetes cluster
# https://github.com/budimanjojo/talhelper
talhelper = { talhelper = {
url = "github:budimanjojo/talhelper"; url = "github:budimanjojo/talhelper";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
@ -86,6 +87,13 @@
url = "github:ajgon/krewfile?ref=feat/indexes"; url = "github:ajgon/krewfile?ref=feat/indexes";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# nix-minecraft - Minecraft server management
# https://github.com/infinidoge/nix-minecraft
nix-minecraft = {
url = "github:Infinidoge/nix-minecraft";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =