From be186399f4c2a36fb8c884103f5690d4308df70c Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 18 Jul 2020 19:36:19 +0200 Subject: pkgs/profpatsch.de: add updated talkies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve been expanding the list somewhat, it’s time to put them on the website. Moves them into a separate file, which was easier than expected. --- pkgs/profpatsch/profpatsch.de/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pkgs/profpatsch/profpatsch.de/default.nix') diff --git a/pkgs/profpatsch/profpatsch.de/default.nix b/pkgs/profpatsch/profpatsch.de/default.nix index 3f042e77..23691883 100644 --- a/pkgs/profpatsch/profpatsch.de/default.nix +++ b/pkgs/profpatsch/profpatsch.de/default.nix @@ -40,6 +40,11 @@ let relativeFile = "jquery.js"; path = jquery; }; + jsTalkies = { + relativeDir = [ "js" ]; + relativeFile = "talkies.js"; + path = ./talkies.js; + }; cssNormalize = { relativeDir = [ "css" ]; relativeFile = "normalize.css"; @@ -79,7 +84,7 @@ let relativeDir = []; relativeFile = "index.html"; path = applyTemplate "index.html" ./index.html.nix { - inherit jsJquery; + inherit jsJquery jsTalkies; inherit cssNormalize cssMain; inherit cv_pdf id_txt; # preloading -- cgit 1.4.1