summaryrefslogtreecommitdiff
path: root/modules/athena-bccr/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-08-06 14:59:33 -0600
committerAlejandro Soto <alejandro@34project.org>2025-08-06 14:59:33 -0600
commit53a923158861a9c52b86f37d826c3f4637476dfa (patch)
tree5453268dd858f542c1e24cc99b2bd3bf48b4a7d9 /modules/athena-bccr/default.nix
parentcc0216a6eca87508b8bb4886dccae28a603de54b (diff)
modules/athena-bccr: initial commit
Diffstat (limited to 'modules/athena-bccr/default.nix')
-rw-r--r--modules/athena-bccr/default.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/athena-bccr/default.nix b/modules/athena-bccr/default.nix
new file mode 100644
index 0000000..93c5660
--- /dev/null
+++ b/modules/athena-bccr/default.nix
@@ -0,0 +1,14 @@
+{
+ config,
+ lib,
+ pkgs,
+ doctrine,
+ ...
+}:
+doctrine.lib.mkModule {
+ inherit config;
+ name = "athena-bccr";
+ hm = ./hm.nix;
+ sys = ./sys.nix;
+ options = ./options.nix;
+}