diff options
| author | tv <tv@krebsco.de> | 2015-11-09 18:51:26 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-11-09 18:51:26 +0100 |
| commit | 0f86671ee29b413fc356f01588ef6943ca580d01 (patch) | |
| tree | 7e97d254037adc8fdec9ea42371b6a2c970ebfde /tv/4lib/default.nix | |
| parent | ab24ecc219958095e802492422cb8f7d06fd6dd4 (diff) | |
tv {lib.git => pkgs.git-hooks} irc-announce
Diffstat (limited to 'tv/4lib/default.nix')
| -rw-r--r-- | tv/4lib/default.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tv/4lib/default.nix b/tv/4lib/default.nix index c099eb7..ebf2d34 100644 --- a/tv/4lib/default.nix +++ b/tv/4lib/default.nix @@ -1,10 +1,7 @@ -{ lib, pkgs, ... }: +{ lib, ... }: -lib // rec { - - git = import ./git.nix { - inherit lib pkgs; - }; +{ + git = import ./git.nix { inherit lib; }; # TODO deprecate shell-escape for lass shell-escape = lib.shell.escape; |
