From 0596b9f6c561daa67945adb81570efd30650dffd Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 15 Mar 2021 18:38:02 +0100 Subject: Add a display view which does nothing but display the slides (should be useful e.g. as input for a screen recorder) --- picarones-elm/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'picarones-elm/default.nix') diff --git a/picarones-elm/default.nix b/picarones-elm/default.nix index 2fc650b..45106b4 100644 --- a/picarones-elm/default.nix +++ b/picarones-elm/default.nix @@ -47,11 +47,12 @@ in mkDerivation { patchPhase = '' substituteInPlace index.html --replace "{{ baseurl }}" ${lib.escapeShellArg baseurl} substituteInPlace slide.html --replace "{{ serverurl }}" ${lib.escapeShellArg serverurl} + substituteInPlace display.html --replace "{{ serverurl }}" ${lib.escapeShellArg serverurl} ''; srcs = ./elm-srcs.nix; src = ./.; - targets = ["Main" "Cover"]; + targets = ["Display" "Switcher" "Cover"]; srcdir = "./src"; outputJavaScript = true; } -- cgit v1.2.3