make s6-rc-database a package

This commit is contained in:
Daniel Barlow
2022-09-26 15:59:21 +01:00
parent cd5afb22e7
commit c6c6b51893
4 changed files with 44 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ trap cleanup EXIT
trap 'echo "command $(eval echo $BASH_COMMAND) failed with exit code $?"; exit $?' ERR
unsquashfs -q -d $dest_path -excludes smoke.img /dev
cd $dest_path;
db=nix/store/*-s6-rc-db/compiled/
db=nix/store/*-s6-rc-database/compiled/
test -d $db
chmod -R +w $db
# check we have closure of config.services (lo.link.service exists only
@@ -21,5 +21,4 @@ echo OK
EOF
)
nix-shell -p s6-rc -p squashfsTools --run "$TESTS" || exit 1