about summary refs log tree commit diff
path: root/nix/modules/x86_64-linux.nix
blob: b913c68a5d98511f258009c9e8869d0eff166b3f (plain)
1
2
3
4
5
6
7
8
{
  imports = [
    ./ports
    ./r2wars-web
    ./remarvin
    ./filebrowser
  ];
}