mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
docs: use nmd from Nixpkgs
This commit is contained in:
parent
f781ce7fb5
commit
92a39dcf42
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
nmdSrc = fetchTarball {
|
nmdSrc = pkgs.nix-lib-nmd;
|
||||||
url = "https://rycee.net/nmd.tar.gz";
|
|
||||||
sha256 = "123pvsnwnha0zivk77yzdvqakn96l17n8lwa78s2h1njlgkw0ng2";
|
|
||||||
};
|
|
||||||
|
|
||||||
nmd = import nmdSrc {
|
nmd = import nmdSrc {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
|
|
Loading…
Reference in a new issue