From b34e9ee5ab32e434c4c6e15ba8a76361d66f2c98 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 10 Nov 2023 08:51:15 +0100 Subject: home/noweb: mfw spelling --- home/noweb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/noweb/default.nix') 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"; } -- cgit v1.2.3