-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 #3
Conversation
testing steps:
... make sure it works :P |
|
||
[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.
Once NixOS/nixops#1256 merges this should point to master.
Tested. Successfully deployed a VM. Destroy failed:
nix-info |
I updated nixops to master via local poetry link, and this still fails with both the test VM and my own VMs. It may be related to NixOS/nixops#1010 and NixOS/nixops#1279 - it appears to be following the same code path. Setting a breakpoint, we can see it's the IP that is None, but we are trying to add it:
|
Updating nixops to master seems to have broken deploy after a fresh create, I cannot deploy my own or the test network.
|
Superseded by #23 |
black's and poetry2nix's the codebase. Untested: virtualbox doesn't work with the kernel that my computer requires.