overlays: remove old debup ls

This commit is contained in:
Aaron Bieber 2022-08-30 21:35:27 -06:00
parent 4aeef26478
commit 2a718c6a48
No known key found for this signature in database

View File

@ -21,7 +21,6 @@
checkPhase = ''
runHook preCheck
ls -lart
./zig2 test --cache-dir "$TMPDIR" -I $src/test $src/test/behavior.zig
runHook postCheck
'';