chore: migrate to nmd fork using mistune-3.0.1

nixpkgs upgraded mistune from v2 -> v3, breaking nmd.
The new fork is created to update nmd to use mistune v3
This commit is contained in:
Ching Pei Yang 2023-10-09 01:23:16 +02:00
parent ae138daea1
commit 137e34bf5f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
# For generating documentation website
nmd = {
url = "sourcehut:~rycee/nmd";
url = "github:horriblename/nmd";
flake = false;
};