about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
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}
+            '';
+          };
         });
 }