summaryrefslogtreecommitdiffstats
path: root/Zpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'Zpkgs')
-rw-r--r--Zpkgs/tv/default.nix18
1 files changed, 11 insertions, 7 deletions
diff --git a/Zpkgs/tv/default.nix b/Zpkgs/tv/default.nix
index 10147d463..b700acb84 100644
--- a/Zpkgs/tv/default.nix
+++ b/Zpkgs/tv/default.nix
@@ -1,12 +1,16 @@
{ pkgs, ... }:
+let
+ inherit (pkgs) callPackage;
+in
+
pkgs //
{
- charybdis = pkgs.callPackage ./charybdis {};
- dic = pkgs.callPackage ./dic.nix {};
- genid = pkgs.callPackage ./genid.nix {};
- github-hosts-sync = pkgs.callPackage ./github-hosts-sync.nix {};
- github-known_hosts = pkgs.callPackage ./github-known_hosts.nix {};
- much = pkgs.callPackage ./much.nix {};
- viljetic-pages = pkgs.callPackage ./viljetic-pages {};
+ charybdis = callPackage ./charybdis {};
+ dic = callPackage ./dic.nix {};
+ genid = callPackage ./genid.nix {};
+ github-hosts-sync = callPackage ./github-hosts-sync.nix {};
+ github-known_hosts = callPackage ./github-known_hosts.nix {};
+ much = callPackage ./much.nix {};
+ viljetic-pages = callPackage ./viljetic-pages {};
}
[cgit] Unable to lock slot /tmp/cgit/a3100000.lock: No such file or directory (2)