I can't believe it compiles. Time to reorder.

This commit is contained in:
2025-08-07 23:22:05 +03:00
parent 49a50bef9e
commit 74b4ebff0c
11 changed files with 82 additions and 19 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ in
pkgs.mkShell {
name = "tex-debug";
buildInputs = [
pkgs.azos.tex
pkgs.azos-tex
# ((pkgs.emacsPackagesFor pkgs.emacs).emacsWithPackages (
# pkgs.azos.emacs.editor))
# pkgs.azos-emacs-editor))
];
}