README: Add Nixpkgs to Installation (#1448)

* README: Add Nixpkgs Installation

* README: Hint that Nix starts the check
This commit is contained in:
Robert Hensing 2024-06-16 20:09:08 +02:00 committed by GitHub
parent 4dde5288d3
commit 4340fcbcbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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