about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-28 09:28:38 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-28 09:28:38 -0700
commit5320d8fafdc27aa576acc129608e09bf79b5d0f2 (patch)
tree2693326dda240fbaebb654c11125f5aa7c103579
parentupdate some of the fonts (diff)
downloadworld-5320d8fafdc27aa576acc129608e09bf79b5d0f2.tar.gz
install pandoc
-rw-r--r--nix/flake/devshell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake/devshell.nix b/nix/flake/devshell.nix
index 2e64d36..a922367 100644
--- a/nix/flake/devshell.nix
+++ b/nix/flake/devshell.nix
@@ -17,6 +17,7 @@
           (config.treefmt.build.wrapper)
           python3
           just
+          pandoc
         ];
         env = [
           {