diff options
| author | stuebinm | 2023-03-26 21:47:05 +0200 |
|---|---|---|
| committer | stuebinm | 2023-03-26 21:47:05 +0200 |
| commit | 15c29107417f4c82e534c757a69d36101c506a2a (patch) | |
| tree | 20b6349454773e235e842e5927916c85694ce156 | |
| parent | 7534fab542705a5b2fd3fcd7d890a5cd5cb60afe (diff) | |
expose modules in the flake
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -120,5 +120,9 @@ almanac kijetesantakaluotokieni showrt isabelle-utils isabat emacs29; }; + + nixosModules = { + glitchtip = import ./modules/glitchtip.nix; + }; }; } |
