nix-files/modules/default.nix
colin fd48880a0a nixcache: only enable on moby
it's annoying to rebuild on desko/lappy, and have that fail when servo
is offline/unreachable.
and it's really silly to have servo use its own cache *over the
network*.

long-term would be better to do properly distributed builds instead of
the cache.
2022-06-28 03:44:10 -07:00

14 lines
156 B
Nix

{ ... }:
{
imports = [
./gui
./hardware
./image.nix
./impermanence.nix
./nix.nix
./services/duplicity.nix
./universal
];
}