about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de/default.nix
diff options
context:
space:
mode:
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