diff options
| author | seth <[email protected]> | 2024-02-10 19:02:50 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-10 19:02:50 -0500 |
| commit | f8d8753cd7cdf81e2a88abb4bcdf3739399eff5d (patch) | |
| tree | 32c52b1fdeace483b83dc766d7a60bd7fe5ad1dc /modules/flake/default.nix | |
| parent | 72346489e9ea53eb7689f5d632e854411f165da8 (diff) | |
modules: flatten imports
Diffstat (limited to 'modules/flake/default.nix')
| -rw-r--r-- | modules/flake/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/flake/default.nix b/modules/flake/default.nix index 8730f01..c653708 100644 --- a/modules/flake/default.nix +++ b/modules/flake/default.nix @@ -1,6 +1,4 @@ { - flake.flakeModules = { - configurations = import ./configurations.nix; - terranix = import ./terranix.nix; - }; + configurations = import ./configurations.nix; + terranix = import ./terranix.nix; } |
