From 137e34bf5f3626c053d7f8311006fc3bad9f7b8a Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Mon, 9 Oct 2023 01:23:16 +0200 Subject: [PATCH] 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 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index aaba5cd..27b5cb9 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ # For generating documentation website nmd = { - url = "sourcehut:~rycee/nmd"; + url = "github:horriblename/nmd"; flake = false; };