lowdown: sanity check output in installCheckPhase

This commit is contained in:
sternenseemann
2026-03-29 15:00:29 -07:00
committed by Philip Taron
parent f7803b4ebf
commit 995f419d84
+1 -1
View File
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
runHook preInstallCheck
echo '# TEST' > test.md
$out/bin/lowdown test.md
$out/bin/lowdown test.md | grep '[hH]1'
runHook postInstallCheck
'';