stockholm/tv/3modules/default.nix
tv 388bed4820 tv nixpkgs-overlays: init
This module allows to have per-system nixpkgs-overlays and is required
because at the moment of committing, only xu has an up-to-date stockholm
development directory in /home/tv/stockholm.
2017-09-19 09:00:54 +02:00

13 lines
142 B
Nix

_:
{
imports = [
./charybdis
./ejabberd
./hosts.nix
./iptables.nix
./nixpkgs-overlays.nix
./x0vncserver.nix
];
}