1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00

docs: use alternative source of nmd

(cherry picked from commit 93e804e7f8)
This commit is contained in:
Robert Helgesson 2024-01-11 14:46:44 +01:00
parent 7e398b3d76
commit 5f0ab0eedc
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED

View File

@ -8,9 +8,8 @@
let
nmdSrc = fetchTarball {
url =
"https://git.sr.ht/~rycee/nmd/archive/f18defadcc25e69e95b04493ee02682005472255.tar.gz";
sha256 = "14fazjqbc6sfsxycwadfhcymi37xg5wmrlvg3jb8d4mpbcdwfwz4";
url = "https://rycee.net/nmd.tar.gz";
sha256 = "123pvsnwnha0zivk77yzdvqakn96l17n8lwa78s2h1njlgkw0ng2";
};
nmd = import nmdSrc {