diff options
| author | seth <[email protected]> | 2024-02-04 16:07:57 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-04 16:07:57 -0500 |
| commit | 80321e46cbd2e436aa4b1c0edfcd5de2c71abcd0 (patch) | |
| tree | 349bd26cd6ad7d3e50c7d2e59bfb11ebb20ad1cd /terranix | |
| parent | cde5f27792b28aebde995d78d157ad0041d7018c (diff) | |
flakeModules/configurations: import nixos/darwin modules by default
Diffstat (limited to 'terranix')
| -rw-r--r-- | terranix/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/terranix/default.nix b/terranix/default.nix index 12bf013..b27e23d 100644 --- a/terranix/default.nix +++ b/terranix/default.nix @@ -1,6 +1,4 @@ {inputs, ...}: { - imports = [../modules/flake/terranix.nix]; - perSystem = {pkgs, ...}: { terranix = { builder = inputs.terranix.lib.terranixConfiguration; |
