diff options
author | Linnnus <[email protected]> | 2023-11-10 08:51:15 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-11-10 08:51:57 +0100 |
commit | b34e9ee5ab32e434c4c6e15ba8a76361d66f2c98 (patch) | |
tree | 64a6be11ef279067efee16f58bbbc98db64767ad | |
parent | 3824d4d797d39bd6f2dee3655027a79713ef400c (diff) |
home/noweb: mfw spelling
-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"; } |