mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
testers.lycheeLinkCheck: use structuredAttrs
Makes it easy to use arrays in next commits.
This commit is contained in:
@@ -40,6 +40,7 @@ let
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
name = "lychee-link-check";
|
||||
__structuredAttrs = true;
|
||||
inherit site;
|
||||
nativeBuildInputs = [
|
||||
finalAttrs.passthru.lychee
|
||||
|
||||
Reference in New Issue
Block a user