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 = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
|
||||||
pwd
|
ls -lAh /build
|
||||||
|
|
||||||
ls -lAh /
|
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'' ;
|
'' ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue