1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00

docs: use alternative source of nmd

This commit is contained in:
Robert Helgesson 2024-01-11 14:46:44 +01:00 committed by Mikilio
parent 5563347db6
commit 174ae21fc5
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

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 {