From 7378dd4f1c0b3893ed7a707eecaec9141139012f Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 19 May 2015 22:04:36 +0200 Subject: host cd: use common nixpkgs --- modules/cd/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/cd') diff --git a/modules/cd/default.nix b/modules/cd/default.nix index 2301f2d9..7ceaf71f 100644 --- a/modules/cd/default.nix +++ b/modules/cd/default.nix @@ -6,6 +6,7 @@ ./iptables.nix ./networking.nix + ../common/nixpkgs.nix ../tv/base.nix ../tv/base-cac-CentOS-7-64bit.nix ../tv/ejabberd.nix # XXX echtes modul @@ -17,8 +18,13 @@ # "Developer 2" plan has two vCPUs. nix.maxJobs = 2; + nixpkgs = { + url = "https://github.com/NixOS/nixpkgs"; + rev = "4c01e6d91993b6de128795f4fbdd25f6227fb870"; + }; environment.systemPackages = with pkgs; [ + git # required for ./deploy, clone_or_update htop iftop iotop -- cgit v1.2.3