fix: add nixd and its dependency to overridelist #46
Loading…
Reference in a new issue
No description provided.
Delete branch "gepbird:fix-nixd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #45
9a54da0fe6
tod36f053070
merged :)
Thanks @jade! May I ask if it can be backported to stable or which branch should a home user use? In the docs I see the latest hardcoded release recommended, but I'd like to not have to update my flake.nix whenever there's a new major lix update. And by using the main branch I was getting some lix version mismatch error so thought it's a bad idea.
Yeah, currently there is not a real stable branch. There is a branch called
stable
which we might occasionally remember to update, but it is definitely not automated properly and thus cannot be trusted.If you want to get the non-tagged versions of the module for Lix 2.91 (which will introduce basically no instabilities at all), use
release-2.91
.main
is intended to be used with Lix main and has no guarantees it will work with anything else. This PR should be backported to release-2.91, let me take 5 seconds to do that.edit: done and released
Pull request closed