aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-29 17:21:02 -0200
committerEuAndreh <eu@euandre.org>2018-12-29 17:21:02 -0200
commit97e5c320290b35d7ff0ef6b78174494ef9ff6337 (patch)
tree8861de9b6d8b62d80e7ed65c09820c89fdbf4dda
parentAdd website-slides as Perl subcommand. (diff)
downloadeuandre.org-97e5c320290b35d7ff0ef6b78174494ef9ff6337.tar.gz
euandre.org-97e5c320290b35d7ff0ef6b78174494ef9ff6337.tar.xz
Run podchecker in Nix test step.
-rw-r--r--default.nix2
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/
'';
};