summaryrefslogtreecommitdiffstats
path: root/modules/cd/default.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-06-18 21:21:54 +0200
committertv <tv@shackspace.de>2015-06-18 21:21:54 +0200
commit94488da95f3161bc791efa7a5c4d74ce2ebfab21 (patch)
treea69e699db645f20ce436d9cc973dffd317459f96 /modules/cd/default.nix
parent15ede8a3a4e64f80416d70084d463a09286b5040 (diff)
lib/git: add irc-announce
Diffstat (limited to 'modules/cd/default.nix')
-rw-r--r--modules/cd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cd/default.nix b/modules/cd/default.nix
index 468d2044..ac32795e 100644
--- a/modules/cd/default.nix
+++ b/modules/cd/default.nix
@@ -48,7 +48,7 @@
let
inherit (builtins) readFile;
# TODO lib should already include our stuff
- inherit (import ../../lib { inherit lib; }) addNames git;
+ inherit (import ../../lib { inherit lib pkgs; }) addNames git;
in
rec {
enable = true;