diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-30 14:36:23 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-30 14:36:23 -0700 |
| commit | 3ee751905865f2a0f5959eaa7db5104fb94986c2 (patch) | |
| tree | 729fa64f934f89c87d1ea88fd5c069f44b5788da /flake.nix | |
| parent | move eshell configuration to its own file (diff) | |
| download | infra-3ee751905865f2a0f5959eaa7db5104fb94986c2.tar.gz | |
add terranix
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; |
