diff options
author | EuAndreh <eu@euandre.org> | 2021-01-23 20:17:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-23 20:17:05 -0300 |
commit | 5f70a8be3401b36f108f60e81eaa241e3c1bde46 (patch) | |
tree | 95c5f86a75c8e585ca01362525a03e3a4a4a7ed5 /default.nix | |
parent | mv scripts/* build-aux/ (diff) | |
download | euandre.org-5f70a8be3401b36f108f60e81eaa241e3c1bde46.tar.gz euandre.org-5f70a8be3401b36f108f60e81eaa241e3c1bde46.tar.xz |
Move tests.sh into Makefile
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 { |