summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-03-26 21:47:05 +0200
committerstuebinm2023-03-26 21:47:05 +0200
commit15c29107417f4c82e534c757a69d36101c506a2a (patch)
tree20b6349454773e235e842e5927916c85694ce156 /flake.nix
parent7534fab542705a5b2fd3fcd7d890a5cd5cb60afe (diff)
expose modules in the flake
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index dd490c5..2267990 100644
--- a/flake.nix
+++ b/flake.nix
@@ -120,5 +120,9 @@
almanac kijetesantakaluotokieni showrt isabelle-utils isabat
emacs29;
};
+
+ nixosModules = {
+ glitchtip = import ./modules/glitchtip.nix;
+ };
};
}