about summary refs log tree commit diff
path: root/nix/modules/default.nix
blob: 6e6faae71a3c86fca6acb04928d2687d1f4c471b (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  imports = [
    ./ports
    ./r2wars-web
  ];
}