Public terraform

This commit is contained in:
Kat Inskip 2023-08-09 12:15:48 -07:00
parent 1ab58786d8
commit 79bcde13a9
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 108 additions and 0 deletions

View file

@ -103,6 +103,14 @@
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
minecraft = {
url = "github:Infinidoge/nix-minecraft";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "utils";
flake-compat.follows = "flake-compat";
};
};
# a bunch of modules (also arcnmx is good)
arcexprs = {
url = "github:arcnmx/nixexprs/master";