diff options
| author | seth <[email protected]> | 2024-10-21 01:51:50 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-21 01:51:50 -0400 |
| commit | c0a2e3afb89420da4324d4b5fe2b9d3b2a1a1388 (patch) | |
| tree | 99c44866a374414731205882b9653bfa25c7f6d2 /flake.nix | |
| parent | 5a30b980d6a872616dfb98ec8fb0e32a6b0f6fbb (diff) | |
flake: dedup terranix inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = ""; |
