diff options
author | tv <tv@krebsco.de> | 2017-09-19 09:00:54 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-09-19 09:00:54 +0200 |
commit | 388bed48209ad7f5c774ff005afc255c6a71934d (patch) | |
tree | fd57fcd54b6a369f7abce0291f4081296f62ba33 /tv/3modules/default.nix | |
parent | 23fcf1c4e92aee18625380eb4cbcab4023098a58 (diff) |
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.
Diffstat (limited to 'tv/3modules/default.nix')
-rw-r--r-- | tv/3modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/3modules/default.nix b/tv/3modules/default.nix index 83dc212a6..57ffbfab8 100644 --- a/tv/3modules/default.nix +++ b/tv/3modules/default.nix @@ -6,6 +6,7 @@ _: ./ejabberd ./hosts.nix ./iptables.nix + ./nixpkgs-overlays.nix ./x0vncserver.nix ]; } |