Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: forcefully delete remotes when managing state. (#86)
Remove remotes even if refs are installed. This can happen in case of manual installation or remotes and packages. If the user sets uninstallUnmanagedState = true forcefully remove any eventuall dangling dependency.
- Loading branch information
849a15b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhhh this seems to break nix-flatpak?
(Long error message I can send if u want, but ending with error: undefined variable 'uninstallUnmanagedState')
849a15b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that! I had borked a PR.
That issu should have been fixed in a subsequent patch and
main
should be usable.849a15b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!! ^-^