Hi! Andreas Enge <[email protected]> skribis:
> Thanks, it clarifies a lot. To check whether things work, can I simply > delete the "hello" tarball in the nix store? I once deleted a compiled > package in the nix store, and that caused an inconsistency with the package > database in guix-installation-directory/var/... . Anything you delete must be deleted with ‘guix-gc --delete’ (or ‘nix-store --delete’), which also updates the database that’s under /nix/var/nix/db/. Thanks, Ludo’.
