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 6
6
Painless dependencies for [ Nix] projects. Read more in the [ Getting started] ( #getting-started ) section below.
7
7
8
8
<p align =" center " >
9
- <img src="https://niv.nmattia.com /niv.svg">
9
+ <img src=". /niv.svg">
10
10
</p >
11
11
12
12
Original file line number Diff line number Diff line change 6
6
Painless dependencies for [ Nix] projects. Read more in the [ Getting started] ( #getting-started ) section below.
7
7
8
8
<p align =" center " >
9
- <img src="https://niv.nmattia.com /niv.svg">
9
+ <img src=". /niv.svg">
10
10
</p >
11
11
12
12
Original file line number Diff line number Diff line change 268
268
}
269
269
270
270
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)
272
272
273
273
echo "expected $expected_hash"
274
274
echo "actual $actual_hash"
@@ -293,12 +293,11 @@ rec
293
293
#!${ pkgs . stdenv . shell }
294
294
set -euo pipefail
295
295
export PATH=${ haskellPackages . niv } /bin:${ pkgs . nix } /bin:$PATH
296
- site=$PWD/site
297
296
298
297
pushd $(mktemp -d)
299
298
${ pkgs . termtosvg } /bin/termtosvg \
300
299
-g 82x26 -M 2000 -m 2000 -t gjm8 \
301
- -c '${ niv-svg-cmds } ' $site /niv.svg
300
+ -c '${ niv-svg-cmds } ' $PWD /niv.svg
302
301
303
302
echo done rendering
304
303
popd
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments