Explorar el Código

feat: add `just` and `pandoc` to devShell bc they are necessary for man

sbatial hace 2 años
padre
commit
335028aff4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

@@ -69,7 +69,7 @@
 
         # For `nix develop`:
         devShells.default = pkgs.mkShell {
-          nativeBuildInputs = with pkgs; [toolchain];
+          nativeBuildInputs = with pkgs; [toolchain just pandoc];
         };
 
         # for `nix flake check`