From 4340fcbcbb3f4b0325fd8dd7394f2a02c64b8cc7 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 16 Jun 2024 20:09:08 +0200 Subject: [PATCH] README: Add Nixpkgs to Installation (#1448) * README: Add Nixpkgs Installation * README: Hint that Nix starts the check --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f1928e9..e42a84c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ docker pull lycheeverse/lychee nix-env -iA nixos.lychee ``` +### Nixpkgs + +- [`lychee` package](https://search.nixos.org/packages?show=lychee&query=lychee) for configurations, Nix shells, etc. + +- Let Nix check a packaged site with \ + [`testers.lycheeLinkCheck`](https://nixos.org/manual/nixpkgs/stable/#tester-lycheeLinkCheck) `{ site = …; }` + ### FreeBSD ```sh