about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index aca5f7a..053ce1e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,7 +51,8 @@
           checks = rec {
             default = hyperlink;
             hyperlink = pkgs.runCommandLocal "hyperlink" { } ''
-              ${pkgs.hyperlink}/bin/hyperlink ${packages.website}
+              ${pkgs.hyperlink}/bin/hyperlink ${packages.website}/website/public
+              touch $out
             '';
           };
         });