From ffff4d09ab38e2ef3b56ee282f3cec5a558d5cc3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 21 Apr 2024 22:22:54 +0200 Subject: ensure links aren't broken in CI --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 78fe189..aca5f7a 100644 --- a/flake.nix +++ b/flake.nix @@ -48,5 +48,11 @@ ] ++ commonShellPackages; }; }; + checks = rec { + default = hyperlink; + hyperlink = pkgs.runCommandLocal "hyperlink" { } '' + ${pkgs.hyperlink}/bin/hyperlink ${packages.website} + ''; + }; }); } -- cgit 1.4.1