aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-30 14:36:23 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-30 14:36:23 -0700
commit3ee751905865f2a0f5959eaa7db5104fb94986c2 (patch)
tree729fa64f934f89c87d1ea88fd5c069f44b5788da /flake.nix
parentmove eshell configuration to its own file (diff)
downloadinfra-3ee751905865f2a0f5959eaa7db5104fb94986c2.tar.gz
add terranix
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b888ff5..cf2675a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +26,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ terranix = {
+ url = "github:terranix/terranix";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";