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