You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, however, that this uses IFD as stated (IFD isn't allowed in nixpkgs, among other issues). To avoid that, you'd need to keep a copy of the poetry.lock and pyproject.toml with the nix code and set
For a "contrib" folder here, using poetry2nix is probably fine, though for any packaging attempt in nixpkgs I'd recommend the usage of buildPythonModule + format = "pyproject" and toPythonApplication at the top-level to increase sharability within the closure.
There usually is a
./contrib
folder that contains some integration-like files.Some nix expert may come along and help in with the idiomic way. But there is what worked for my flake.nix
I hope for someone to publish a correct package not only to AUR but also to
nixpkgs
The text was updated successfully, but these errors were encountered: