Archived
1
0
forked from rarias/bscpkgs

WIP: Add package metadata #2

Draft
abonerib wants to merge 481 commits from add-meta into CIstrictDeps
Showing only changes of commit 7d5aebf882 - Show all commits

View File

@ -67,6 +67,9 @@ in
location /p/ { location /p/ {
alias /var/lib/p/; alias /var/lib/p/;
} }
location /pub/ {
alias /vault/pub/;
}
''; '';
}; };
}; };