add nix-minecraft for easy server management
This commit is contained in:
parent
a0853e5f4c
commit
5435dc5f6f
1 changed files with 8 additions and 0 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue