aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 94e444e..77b9ce4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,11 +28,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
- terranix = {
- url = "github:terranix/terranix";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -76,7 +71,6 @@
./flake/formatter.nix
./flake/hosts.nix
./flake/overlays.nix
- ./flake/terraform.nix
];
};
}