mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
docs: update nmd
With improved conversion of Markdown list items.
This commit is contained in:
parent
29872a1c8f
commit
28b6c3670c
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ let
|
||||||
|
|
||||||
nmdSrc = fetchTarball {
|
nmdSrc = fetchTarball {
|
||||||
url =
|
url =
|
||||||
"https://git.sr.ht/~rycee/nmd/archive/09ff72d90e2edeada1adf5569ba29b2958cb9545.tar.gz";
|
"https://git.sr.ht/~rycee/nmd/archive/89a4092ea397642ca1d5712d4af62f8a4daae184.tar.gz";
|
||||||
sha256 = "0dp4cdz4zr1wl9pj8a282kcwwg47n3knvk7zcsmd1ah7mn1bkhn5";
|
sha256 = "0p1c8lwz33myqpirk4bh9vhfkgg0h9zwks0kfaj4siaivc4wjgvs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nmd = import nmdSrc { inherit lib pkgs; };
|
nmd = import nmdSrc { inherit lib pkgs; };
|
||||||
|
|
Loading…
Reference in a new issue