summaryrefslogtreecommitdiffstats
path: root/tv/1systems/xu
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-09-19 09:00:54 +0200
committertv <tv@krebsco.de>2017-09-19 09:00:54 +0200
commit8af7112c5f69ffb9ca0c29e42fbb5c7f7e4700a6 (patch)
tree500c860cd2d6f6708909d9e17f394d8329c07c33 /tv/1systems/xu
parent59e75df87cd6ea919cd0d8a4037c6d753e0fab6e (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/1systems/xu')
-rw-r--r--tv/1systems/xu/config.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix
index 0abd544..d4a10fe 100644
--- a/tv/1systems/xu/config.nix
+++ b/tv/1systems/xu/config.nix
@@ -155,5 +155,10 @@ with import <stockholm/lib>;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "15.09";
+ tv.nixpkgs-overlays = {
+ krebs = "/home/tv/stockholm/krebs/5pkgs";
+ tv = "/home/tv/stockholm/tv/5pkgs";
+ };
+
virtualisation.virtualbox.host.enable = true;
}