diff options
author | tv <tv@shackspace.de> | 2015-07-19 16:03:35 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-19 16:05:07 +0200 |
commit | 940d7305728dfe201c460dae026972245779fbe3 (patch) | |
tree | 80eadf9ab492bb069ab05ead6d088fa8ac22b242 /Zpkgs/tv/default.nix | |
parent | 9736af46c0acf12113537bcaa2eb5d736b9d7c25 (diff) |
Zpkgs tv github-hosts-sync: init
Diffstat (limited to 'Zpkgs/tv/default.nix')
-rw-r--r-- | Zpkgs/tv/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zpkgs/tv/default.nix b/Zpkgs/tv/default.nix index f1e99ae85..3ebfdebe8 100644 --- a/Zpkgs/tv/default.nix +++ b/Zpkgs/tv/default.nix @@ -3,6 +3,7 @@ pkgs // { dic = pkgs.callPackage ./dic.nix {}; + github-hosts-sync = pkgs.callPackage ./github-hosts-sync.nix {}; github-known_hosts = pkgs.callPackage ./github-known_hosts.nix {}; much = pkgs.callPackage ./much.nix {}; } |