summaryrefslogtreecommitdiffstats
path: root/modules/wrapper/build/default.nix
blob: aa13831c3a8844004cc927e2e701066417497cac (plain)
1
2
3
4
5
6
7
{
  imports = [
    ./options.nix
    ./config.nix
    ./mnw.nix
  ];
}