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
lixFromNixpkgs
overlay from therelease-2.93
branch in my config. Currently, it doesn't work becauselixVersions
only contains Lix up to 2.91, and becausenix-eval-jobs
doesn't supportlix
beingnull
, 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
lixVersions
could be kept as a fallback in caselixPackageSets
doesn'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
lixVersions
implementation:Related: #61