Add temporary debug commands to Bookwyrm package build script

This commit is contained in:
Reinout Meliesie 2025-03-09 17:25:58 +01:00
parent d0d130d3b1
commit 4e461aae52
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -27,9 +27,7 @@ mkDerivation {
buildPhase = ''
runHook preBuild
pwd
ls -lAh /
ls -lAh /build
runHook postBuild
'' ;