diff options
Diffstat (limited to '')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 6a82621..2655a59 100644 --- a/default.nix +++ b/default.nix @@ -59,7 +59,7 @@ in rec { ''; test = drv "test" '' export JEKYLL_ENV=production - ./tests.sh + make check touch $out ''; shell = pkgs.mkShell { |