diff options
| author | tv <tv@krebsco.de> | 2015-06-18 21:21:54 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-06-18 21:21:54 +0200 |
| commit | 09e2e897b5de39eed3d3c58dffeee421c388e36d (patch) | |
| tree | a69e699db645f20ce436d9cc973dffd317459f96 /modules/cd | |
| parent | 5f868108b5f2ec270ad36ebe60d6c84467c3b356 (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 468d204..ac32795 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; |
