summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-21 01:51:50 -0400
committerseth <[email protected]>2024-10-21 01:51:50 -0400
commitc0a2e3afb89420da4324d4b5fe2b9d3b2a1a1388 (patch)
tree99c44866a374414731205882b9653bfa25c7f6d2 /flake.nix
parent5a30b980d6a872616dfb98ec8fb0e32a6b0f6fbb (diff)
flake: dedup terranix inputs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1610970..ce6fcd5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -347,7 +347,8 @@
url = "github:terranix/terranix";
inputs = {
nixpkgs.follows = "nixpkgs";
- flake-utils.follows = "nixos-wsl/flake-utils";
+ flake-parts.follows = "lanzaboote/flake-parts";
+ systems.follows = "nixos-wsl/flake-utils/systems";
terranix-examples.follows = "";
bats-support.follows = "";
bats-assert.follows = "";