Add temporary debug commands to Bookwyrm package build script
This commit is contained in:
parent
d0d130d3b1
commit
4e461aae52
1 changed files with 1 additions and 3 deletions
|
@ -27,9 +27,7 @@ mkDerivation {
|
|||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
pwd
|
||||
|
||||
ls -lAh /
|
||||
ls -lAh /build
|
||||
|
||||
runHook postBuild
|
||||
'' ;
|
||||
|
|
Loading…
Add table
Reference in a new issue