diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 17:21:02 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 17:21:02 -0200 |
commit | 97e5c320290b35d7ff0ef6b78174494ef9ff6337 (patch) | |
tree | 8861de9b6d8b62d80e7ed65c09820c89fdbf4dda | |
parent | Add website-slides as Perl subcommand. (diff) | |
download | euandre.org-97e5c320290b35d7ff0ef6b78174494ef9ff6337.tar.gz euandre.org-97e5c320290b35d7ff0ef6b78174494ef9ff6337.tar.xz |
Run podchecker in Nix test step.
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 39523e5..d49da29 100644 --- a/default.nix +++ b/default.nix @@ -41,7 +41,7 @@ in with pkgs; with pkgs.stdenv; rec { buildInputs = [perl]; buildPhase = '' mkdir txt - podchecker website.pl 2>&1 | tee txt/podchecker.txt + podchecker website pastebin/website-pastebin slides/website-slides 2>&1 | tee txt/podchecker.txt mv txt/ $out/ ''; }; |