File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ Compile it twice and observe the outcome:
869
869
At lines 4 and 7 of @ch3-hello-world-typst-build , we notice that compiling
870
870
twice a Typst document with Nix produces two different # gls (" PDF" ) files, their
871
871
respective checksums are different. While the visual output appears identical,
872
- the underlying files are not. At line 3 of @ch3-hellow -world-typst-rebuild , we
872
+ the underlying files are not. At line 3 of @ch3-hello -world-typst-rebuild , we
873
873
leverage a command with specific flags to verify if a build output is
874
874
reproducible.
875
875
@@ -880,7 +880,7 @@ reproducible.
880
880
supplement : " Terminal session" ,
881
881
kind : " terminal" ,
882
882
caption : [Checking if a build output is reproducible],
883
- ) <ch3-hellow -world-typst-rebuild>
883
+ ) <ch3-hello -world-typst-rebuild>
884
884
885
885
Nix will build the document once (line 2), then a second time (line 3) and then
886
886
compare the output hashes. Thanks to the `--keep-failed` argument, we inform Nix
You can’t perform that action at this time.
0 commit comments