summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-11 19:08:10 -0500
committerseth <[email protected]>2023-12-12 22:43:30 -0500
commit03cea3ba8fea453fa5ca1611c7d8af152e2fcaaa (patch)
treec3f8895328329485714a5e51d928af1bf9892d46 /flake.nix
parent988e00c510b1cc6b50e2211c4d0e8852463b1741 (diff)
start using opentofu
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2e6ca6a..2ab2bc1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -121,6 +121,17 @@
pre-commit.follows = "pre-commit";
};
};
+
+ terranix = {
+ url = "github:terranix/terranix";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ flake-utils.follows = "pre-commit/flake-utils";
+ terranix-examples.follows = "";
+ bats-support.follows = "";
+ bats-assert.follows = "";
+ };
+ };
};
outputs = {parts, ...} @ inputs:
@@ -131,6 +142,7 @@
./modules
./overlay
./systems
+ ./tofu
./users
./ci.nix
./dev.nix