瀏覽代碼

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

sbatial 2 年之前
父節點
當前提交
335028aff4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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`