diff options
-rw-r--r-- | home/noweb/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/noweb/default.nix b/home/noweb/default.nix index b7019d4..547efe7 100644 --- a/home/noweb/default.nix +++ b/home/noweb/default.nix @@ -3,6 +3,6 @@ # Prepend nowebs STY files to the search path. I chose to do it globally, # rather than using `makeWrapper` because I sometimes want to manually invoke - # `pdflatex` and the like on the output of `nowave`. + # `pdflatex` and the like on the output of `noweave`. home.sessionVariables.TEXINPUTS = "${pkgs.noweb.tex}/tex/latex/noweb/:$TEXINPUTS"; } |