mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
docs: use alternative source of nmd
This commit is contained in:
parent
e13aa9e287
commit
93e804e7f8
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue