about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-07-18 19:36:19 +0200
committerProfpatsch <mail@profpatsch.de>2020-07-18 19:36:19 +0200
commitbe186399f4c2a36fb8c884103f5690d4308df70c (patch)
tree71ed298b8c6b51449f1e9c636e133392f34dc205 /pkgs/profpatsch/profpatsch.de/default.nix
parent05217cef40398b87ec6d05ab3781a6b50d699391 (diff)
pkgs/profpatsch.de: add updated talkies
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.
Diffstat (limited to 'pkgs/profpatsch/profpatsch.de/default.nix')
-rw-r--r--pkgs/profpatsch/profpatsch.de/default.nix7
1 files changed, 6 insertions, 1 deletions
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