diff options
| author | Fuwn <[email protected]> | 2024-06-26 07:18:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-26 07:18:10 -0700 |
| commit | 745f5e9bce7805a557452977b724728ce8981138 (patch) | |
| tree | b1bc469237bec2f0b48af61b0c4f57b553565bff /meta/tools | |
| parent | update (diff) | |
| download | nixos-config-745f5e9bce7805a557452977b724728ce8981138.tar.xz nixos-config-745f5e9bce7805a557452977b724728ce8981138.zip | |
hi
Diffstat (limited to 'meta/tools')
| -rw-r--r-- | meta/tools/default.nix | 1 | ||||
| -rw-r--r-- | meta/tools/infrastructure/default.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/tools/default.nix b/meta/tools/default.nix index 48bdbba..0fa7981 100644 --- a/meta/tools/default.nix +++ b/meta/tools/default.nix @@ -1,6 +1,7 @@ _: { imports = [ ./http + ./infrastructure ./languages ./nix ./tcp diff --git a/meta/tools/infrastructure/default.nix b/meta/tools/infrastructure/default.nix index 075d6d4..756050f 100644 --- a/meta/tools/infrastructure/default.nix +++ b/meta/tools/infrastructure/default.nix @@ -1,5 +1,5 @@ _: { - import = [ + imports = [ ./docker ./fly ]; |