diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-15 11:02:37 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-15 11:02:37 +0300 |
commit | 6552c02a332882914c2fae08c6166b94d4682e00 (patch) | |
tree | 0c2f3fac0b66885bc9665ec67a7425fc31875f47 /modules/common/profiles/dev/default.nix | |
parent | 2024-01-08 (diff) |
2024-01-15
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/dev/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/profiles/dev/default.nix b/modules/common/profiles/dev/default.nix index ecd586a..8c9e400 100644 --- a/modules/common/profiles/dev/default.nix +++ b/modules/common/profiles/dev/default.nix @@ -9,6 +9,7 @@ with lib; let in { imports = [ ./containers.nix + ./hidden.nix ./sql.nix ]; |