Don't create no longer used dir in Bookwyrm package expression
This commit is contained in:
parent
34672a2535
commit
ac0eaefdb7
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ mkDerivation {
|
|||
|
||||
mkdir -p $out/bin
|
||||
mkdir -p $out/lib/python3.11/site-packages
|
||||
mkdir -p $out/srv/http/bookwyrm
|
||||
mkdir -p $out/srv/http
|
||||
mkdir -p $out/var/lib/bookwyrm
|
||||
|
||||
# Python dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue