File tree Expand file tree Collapse file tree 5 files changed +4
-12
lines changed Expand file tree Collapse file tree 5 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 66Painless dependencies for [ Nix] projects. Read more in the [ Getting started] ( #getting-started ) section below.
77
88<p align =" center " >
9- <img src="https://niv.nmattia.com /niv.svg">
9+ <img src=". /niv.svg">
1010</p >
1111
1212
Original file line number Diff line number Diff line change 66Painless dependencies for [ Nix] projects. Read more in the [ Getting started] ( #getting-started ) section below.
77
88<p align =" center " >
9- <img src="https://niv.nmattia.com /niv.svg">
9+ <img src=". /niv.svg">
1010</p >
1111
1212
Original file line number Diff line number Diff line change 268268 }
269269
270270 expected_hash=$(${ pkgs . nix } /bin/nix-hash ${ niv-svg-gen } )
271- actual_hash=$(grep -oP 'id="\K[^"]+' ${ ./site/ niv.svg } -m 1)
271+ actual_hash=$(grep -oP 'id="\K[^"]+' ${ ./niv.svg } -m 1)
272272
273273 echo "expected $expected_hash"
274274 echo "actual $actual_hash"
@@ -293,12 +293,11 @@ rec
293293 #!${ pkgs . stdenv . shell }
294294 set -euo pipefail
295295 export PATH=${ haskellPackages . niv } /bin:${ pkgs . nix } /bin:$PATH
296- site=$PWD/site
297296
298297 pushd $(mktemp -d)
299298 ${ pkgs . termtosvg } /bin/termtosvg \
300299 -g 82x26 -M 2000 -m 2000 -t gjm8 \
301- -c '${ niv-svg-cmds } ' $site /niv.svg
300+ -c '${ niv-svg-cmds } ' $PWD /niv.svg
302301
303302 echo done rendering
304303 popd
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments