Open j-baker opened 1 year ago
Alternatively, maybe it's better to use overrides for this somehow?
I'm trying to solve a similar issue (CUDA or non-CUDA versions, switched in my flake). Groups doesnt seem suited to solving the issue, as all groups are resolved in the poetry.lock and the first matching package is pulled. Overriding extras seems like it might work, but can't find the right override for that currently. Markers would be for me the most natural way to do it, but as you point out isnt appreciated.
Hi! I'm building an application for use with nvidia jetsons.
With nVidia Jetsons, we end up with statements like
which cause Poetry to pull in the appropriate version for the kernel. But, non-reproducible as it's based on the kernel version. In Nixifying this package, I'd basically like to choose the appropriate kernel version in my Nix derivation, so something like
In my head, there are 3 bugs that need solving here to make this work.
Would MRs for the above be appreciated?