stockholm/Zpkgs/tv/default.nix

11 lines
287 B
Nix
Raw Normal View History

2015-07-16 16:31:34 +00:00
{ pkgs, ... }:
pkgs //
{
2015-07-19 09:13:13 +00:00
dic = pkgs.callPackage ./dic.nix {};
2015-07-19 14:20:16 +00:00
genid = pkgs.callPackage ./genid.nix {};
2015-07-19 14:03:35 +00:00
github-hosts-sync = pkgs.callPackage ./github-hosts-sync.nix {};
2015-07-19 14:01:23 +00:00
github-known_hosts = pkgs.callPackage ./github-known_hosts.nix {};
2015-07-16 16:31:34 +00:00
much = pkgs.callPackage ./much.nix {};
}