File tree Expand file tree Collapse file tree 10 files changed +10
-9
lines changed
space-efficient-static-trees-graphs Expand file tree Collapse file tree 10 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11let 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 '' ;
55in
66import ../.nix/default.nix { inherit command ; name = "functional-ingsoc" ; src = ./. ; }
Original file line number Diff line number Diff line change 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 '' ;
88in
99import ../.nix/default.nix { inherit command ; name = "ihaskell-can-do-that" ; src = ./. ; }
Original file line number Diff line number Diff line change 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 '' ;
88in
99import ../.nix/default.nix { inherit command ; name = "javascript-in-haskell" ; src = ./. ; }
Original file line number Diff line number Diff line change 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 '' ;
1010in
Original file line number Diff line number Diff line change 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 '' ;
1010in
Original file line number Diff line number Diff line change 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 '' ;
1010in
Original file line number Diff line number Diff line change 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" } \
Original file line number Diff line number Diff line change 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 '' ;
1010in
Original file line number Diff line number Diff line change 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 '' ;
1010in
Original file line number Diff line number Diff line change 11let 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 '' ;
55in
66import ../.nix/default.nix { inherit command ; name = "typed-holes" ; src = ./. ; }
You can’t perform that action at this time.
0 commit comments