-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to install on NixOS #186
Comments
I'm getting in the same situation with the nix-env method but with the second method I actually get a build error:
My NixOS version is also 24.05. |
You need to add the community maintained version of poetry2nix to pkgs I added this to my inputs:
And made the packages
Then i also had an issue where a python didn't build because it required a higher version of another - this is fixed if you get the overlay from my fork |
@arthur-d42 thanks for your message! I'm not exactly sure where to put the |
I didn't see this thread earlier, but you can also use my PR: #152 |
I can also confirm this fix works on nixos. A huge thank you to ThinkChaos!!! Let's hope this get merged soon |
I tried all the possibilities on the README
RAM gets completely full (32GB), nothing happens..
Same error and behaviour like above
I also tried pipx but that does not work on nix because of PyQt6 can't be installed the normal way.
Anyone can help to fix this?
NixOS Version 24.05
The text was updated successfully, but these errors were encountered: