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 | |
| parent | move eshell configuration to its own file (diff) | |
| download | infra-3ee751905865f2a0f5959eaa7db5104fb94986c2.tar.gz | |
add terranix
| -rw-r--r-- | flake.lock | 59 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 64 insertions, 0 deletions
@@ -180,6 +180,27 @@ "type": "github" } }, + "flake-parts_3": { + "inputs": { + "nixpkgs-lib": [ + "terranix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1736143030, + "narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "flake-parts", + "type": "github" + } + }, "flake-utils": { "inputs": { "systems": "systems_2" @@ -447,6 +468,7 @@ "nixpkgsUnstable": "nixpkgsUnstable", "nur": "nur", "pre-commit-hooks": "pre-commit-hooks_2", + "terranix": "terranix", "treefmt-nix": "treefmt-nix_2" } }, @@ -480,6 +502,43 @@ "type": "github" } }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "terranix": { + "inputs": { + "flake-parts": "flake-parts_3", + "nixpkgs": [ + "nixpkgs" + ], + "systems": "systems_3" + }, + "locked": { + "lastModified": 1755942832, + "narHash": "sha256-odAkOwfQPClNpEVdHAz0wEZ8WdFKoGau2HcnMRsNpyE=", + "owner": "terranix", + "repo": "terranix", + "rev": "d1d1f186c9de5c58475e11bab219bc0467fb0b4d", + "type": "github" + }, + "original": { + "owner": "terranix", + "repo": "terranix", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [ @@ -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"; |
