[Nix-dev] unable to delete a store path

Marc Weber marco-oweber at gmx.de
Wed Sep 26 12:25:21 CEST 2012


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


More information about the nix-dev mailing list