diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-28 09:28:38 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-28 09:28:38 -0700 |
commit | 5320d8fafdc27aa576acc129608e09bf79b5d0f2 (patch) | |
tree | 2693326dda240fbaebb654c11125f5aa7c103579 /nix/flake | |
parent | update some of the fonts (diff) | |
download | world-5320d8fafdc27aa576acc129608e09bf79b5d0f2.tar.gz |
install pandoc
Diffstat (limited to 'nix/flake')
-rw-r--r-- | nix/flake/devshell.nix | 1 |
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 = [ { |