diff options
| author | seth <[email protected]> | 2024-02-10 19:11:33 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-10 19:11:33 -0500 |
| commit | 082dc5e828334f4ceae44a514c300cf7d015ca92 (patch) | |
| tree | 61aba670a8fe82967497a57aecb8a3b597037dde /ext/terranix/default.nix | |
| parent | f8d8753cd7cdf81e2a88abb4bcdf3739399eff5d (diff) | |
flakeModules/terranix: always use terranix.lib
why would i use anything else lol
Diffstat (limited to 'ext/terranix/default.nix')
| -rw-r--r-- | ext/terranix/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/terranix/default.nix b/ext/terranix/default.nix index b27e23d..93e73a6 100644 --- a/ext/terranix/default.nix +++ b/ext/terranix/default.nix @@ -1,8 +1,6 @@ -{inputs, ...}: { +{ perSystem = {pkgs, ...}: { terranix = { - builder = inputs.terranix.lib.terranixConfiguration; - package = pkgs.opentofu.withPlugins (plugins: [ plugins.cloudflare plugins.tailscale |
