summaryrefslogtreecommitdiff
path: root/trivionomicon/modules/athena-bccr/default.nix
blob: 93c566091e0f72b5cad8b6d6c7ac17b9de7d5114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  config,
  lib,
  pkgs,
  doctrine,
  ...
}:
doctrine.lib.mkModule {
  inherit config;
  name = "athena-bccr";
  hm = ./hm.nix;
  sys = ./sys.nix;
  options = ./options.nix;
}