Add markdown tooling

This commit is contained in:
Victor Mignot 2024-10-05 11:55:16 +02:00
parent 6c58b24897
commit c5c9081dc0
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ result/
public/
resources/
.hugo_build.lock
.helix/

View file

@ -5,6 +5,9 @@ pkgs.mkShell {
packages = with pkgs; [
nixfmt-rfc-style
nil
ltex-ls
proselint
mdformat
];
nativeBuildInputs = with pkgs; [