Hotfix lixFromNixpkgs overlay for >2.91 #69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "eisfunke/nixos-module:main"
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?
I quickly hotglued this on so I can use the
lixFromNixpkgsoverlay from therelease-2.93branch in my config. Currently, it doesn't work becauselixVersionsonly contains Lix up to 2.91, and becausenix-eval-jobsdoesn't supportlixbeingnull, which it is forlixFromNixpkgs.This is only a hotfix, not sure if you wanna merge this. But since I already made it I thought I'd just open a PR either way. I can also expand on it if you'd like.
Just ran into this issue. It would be really nice to be able to use Lix >= 2.92 from Nixpkgs with this module.
For compatibility
lixVersionscould be kept as a fallback in caselixPackageSetsdoesn't exist. But I'm not sure if this is necessary. Since NixOS 24.11 is EOL now, all supported releases already havelixPackageSets.Quick reference to
lixVersionsimplementation:Related: #61