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