diff options
author | tv <tv@shackspace.de> | 2015-06-18 21:21:54 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-18 21:21:54 +0200 |
commit | 94488da95f3161bc791efa7a5c4d74ce2ebfab21 (patch) | |
tree | a69e699db645f20ce436d9cc973dffd317459f96 /modules/cd | |
parent | 15ede8a3a4e64f80416d70084d463a09286b5040 (diff) |
lib/git: add irc-announce
Diffstat (limited to 'modules/cd')
-rw-r--r-- | modules/cd/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cd/default.nix b/modules/cd/default.nix index 468d20448..ac32795ef 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; |