Impermanence: Difference between revisions

imported>Klaymore
Update "failed to produce oputput path" section
imported>Klaymore
Add issue link for "failed to produce outut path" error
Line 214: Line 214:
==== builder for '/nix/store/file-name.service.drv' failed to produce output path for output 'out' at '/nix/store/file-name.service' ====
==== builder for '/nix/store/file-name.service.drv' failed to produce output path for output 'out' at '/nix/store/file-name.service' ====


This only happens on versions later than 21.11. It seems to be because that output path already exists in the Nix store. A fresh 22.05 install does not fix the issue.
This only happens on versions later than 21.11. It seems to be because that output path already exists in the Nix store. A fresh 22.05 install does not fix the issue. See https://github.com/nix-community/impermanence/issues/95.