1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

docs: use nmd from Nixpkgs

(cherry picked from commit 846200eb57)
This commit is contained in:
Robert Helgesson 2024-01-12 10:44:47 +01:00
parent 2f9728fb7e
commit 924d91e1e4
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED

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;