Try manually deleting it:
# unset readonly flag:
chattr -R -i STORE_PATH
# remove it:
rm -fr STORE_PATH

nix-store --verify should remove it automatically then.
If it doesn't work you may have to delete it from the database manually
(?). But then I'd make sure to have a backup.

There may be more options, though

Marc Weber
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to