Skip to content

Commit 0f39706

Browse files
committed
Fix revealjs-url
1 parent eb88a1c commit 0f39706

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

functional-ingsoc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let command = src: pkgs: ''
22
mkdir -p $out
3-
pandoc --standalone -t revealjs -V theme:solarized ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
3+
pandoc --standalone -t revealjs -V theme:solarized -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
44
'';
55
in
66
import ../.nix/default.nix { inherit command; name = "functional-ingsoc"; src = ./.; }

ihaskell-can-do-that/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let
33
nixpkgs = import pkgs.nixpkgs {};
44
command = src: pkgs: ''
55
mkdir -p $out
6-
pandoc --standalone -t revealjs -V theme:solarized ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
6+
pandoc --standalone -t revealjs -V theme:solarized -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
77
'';
88
in
99
import ../.nix/default.nix { inherit command; name = "ihaskell-can-do-that"; src = ./.; }

javascript-in-haskell/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let
33
nixpkgs = import pkgs.nixpkgs {};
44
command = src: pkgs: ''
55
mkdir -p $out
6-
pandoc --standalone -t revealjs -V theme:solarized ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
6+
pandoc --standalone -t revealjs -V theme:solarized -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
77
'';
88
in
99
import ../.nix/default.nix { inherit command; name = "javascript-in-haskell"; src = ./.; }

minimal-perfect-hashing/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44
images = nixpkgs.lib.sourceByRegex ./images [ ".*\.svg$" ".*\.png$" ];
55
command = src: pkgs: ''
66
mkdir -p $out
7-
pandoc --standalone -t revealjs -V theme:solarized ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
7+
pandoc --standalone -t revealjs -V theme:solarized -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
88
ln -s ${images} $out/images
99
'';
1010
in

partial-evaluation/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44
images = nixpkgs.lib.sourceByRegex ./images [ ".*\.svg$" ".*\.png$" ];
55
command = src: pkgs: ''
66
mkdir -p $out
7-
pandoc --standalone -t revealjs -V theme:solarized ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
7+
pandoc --standalone -t revealjs -V theme:solarized -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
88
ln -s ${images} $out/images
99
'';
1010
in

popcount/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44
images = nixpkgs.lib.sourceByRegex ./images [ ".*\.svg$" ".*\.png$" ];
55
command = src: pkgs: ''
66
mkdir -p $out
7-
pandoc --standalone -t revealjs -V theme:solarized ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
7+
pandoc --standalone -t revealjs -V theme:solarized -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
88
ln -s ${images} $out/images
99
'';
1010
in

sat-solvers/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ let
99
--mathjax \
1010
-t revealjs \
1111
-V theme:solarized \
12+
-V revealjs-url="https://unpkg.com/reveal.js@^4" \
1213
${src + "/presentation.md"} \
1314
-H ${src + "/revealjs-override.html"} \
1415
-H ${src + "/mathjax-configuration.html"} \

space-efficient-static-trees-graphs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44
images = nixpkgs.lib.sourceByRegex ./images [ ".*\.svg$" ".*\.png$" ];
55
command = src: pkgs: ''
66
mkdir -p $out
7-
pandoc --standalone -t revealjs -V theme:simple ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
7+
pandoc --standalone -t revealjs -V theme:simple -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
88
ln -s ${images} $out/images
99
'';
1010
in

tarjans-scc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44
images = nixpkgs.lib.sourceByRegex ./images [ ".*\.svg$" ".*\.png$" ];
55
command = src: pkgs: ''
66
mkdir -p $out
7-
pandoc --standalone -t revealjs -V theme:simple ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
7+
pandoc --standalone -t revealjs -V theme:simple -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
88
ln -s ${images} $out/images
99
'';
1010
in

typed-holes/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let command = src: pkgs: ''
22
mkdir -p $out
3-
pandoc --standalone -t revealjs -V theme:solarized ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
3+
pandoc --standalone -t revealjs -V theme:solarized -V revealjs-url="https://unpkg.com/reveal.js@^4" ${src + "/presentation.md"} -A ${../tracking.html} -o $out/index.html
44
'';
55
in
66
import ../.nix/default.nix { inherit command; name = "typed-holes"; src = ./.; }

0 commit comments

Comments
 (0)