all repos — homestead @ cc6d0eac2db55795c5c7c579882a9adbe078e481

Code for my website

ensure links aren't broken in CI

Alan Pearce
commit

cc6d0eac2db55795c5c7c579882a9adbe078e481

parent

bdfca24425e0edbea03ad53f555334ac0ffe7f68

1 file changed, 6 insertions(+), 0 deletions(-)

jump to
M flake.nixflake.nix
@@ -48,5 +48,11 @@ netlify-cli
] ++ commonShellPackages; }; }; + checks = rec { + default = hyperlink; + hyperlink = pkgs.runCommandLocal "hyperlink" { } '' + ${pkgs.hyperlink}/bin/hyperlink ${packages.website} + ''; + }; }); }