Explorar o código

Merge pull request #134 from eza-community/devShell-just-pandoc

feat: add `just` and `pandoc` to devShell bc they are necessary for man
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
6cbce6a9c6
Modificáronse 1 ficheiros con 1 adicións e 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`