Skip to content

Commit

Permalink
docs: use alternative source of nmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jan 11, 2024
1 parent e13aa9e commit 93e804e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

This comment has been minimized.

Copy link
@NickCao

NickCao Jan 11, 2024

Contributor

Is this a temporary workaround for the sr.ht outage?

This comment has been minimized.

Copy link
@rycee

rycee Jan 12, 2024

Author Member

Yes.

This comment has been minimized.

Copy link
@rycee

rycee Jan 12, 2024

Author Member

I'm hoping #4884 can be a more robust long term solution.

sha256 = "123pvsnwnha0zivk77yzdvqakn96l17n8lwa78s2h1njlgkw0ng2";
};

nmd = import nmdSrc {
Expand Down

0 comments on commit 93e804e

Please sign in to comment.