docs: use nmd from Nixpkgs

This commit is contained in:
Robert Helgesson 2024-01-12 10:44:47 +01:00
parent 8ae3bfe2bf
commit 846200eb57
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
1 changed files with 1 additions and 4 deletions

View File

@ -7,10 +7,7 @@
let
nmdSrc = fetchTarball {
url = "https://rycee.net/nmd.tar.gz";
sha256 = "123pvsnwnha0zivk77yzdvqakn96l17n8lwa78s2h1njlgkw0ng2";
};
nmdSrc = pkgs.nix-lib-nmd;
nmd = import nmdSrc {
inherit lib;