-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Poetry2nixify #10
Poetry2nixify #10
Conversation
Followed the testing steps and encountered no error. Looks good! |
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
nixops = {git = "https://github.com/adisbladis/nixops.git", rev = "poetry2nix-plugins"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update after merging NixOS/nixops#1256
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this to nixos/nixops.git rev = "master"
These steps are working for me. |
This works for me too |
@grahamc give these steps a try: https://gist.github.com/jhillyerd/38dd7fe1492b713c64686055c910dfa7 I forgot I had written https://github.com/nix-community/nixops-libvirtd/pull/15/files - but after experimenting last night I've determined the main thing missing is the storage pool for root, not a particular user, so it needs to be updated. So I've flipped that to draft for now. |
How can I provide a nixops with the loaded plugin as an application? I don't want my colleagues to have to follow the above steps every time, they use nixops. |
I couldn't actually get it to work because my libvirtd wasn't easy to set up. Maybe someone else can test it.
testing steps:
... make sure it works :P