diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-04 12:35:14 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-04 12:35:14 -0400 |
commit | f9be4ab4c1b364481d9f92dc6b5d3306206407c9 (patch) | |
tree | bce1239e03430259b7126d331a681c85c3141424 /org/config_nix.org | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
nix housekeepingdoc-reform_v0.12.0
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 798d368..0cf55d3 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -268,7 +268,7 @@ inherit shellHook; }; dsh-html = mkShell { - name = "spine dev shell for latex & pdf output"; + name = "spine dev shell for html output"; inherit shell; inherit devEnv; packages = [ |