nix-community / nixops-digitalocean

NixOps Digitalocean plugin [maintainer=@Kiwi]
GNU Lesser General Public License v3.0
19 stars 10 forks source link

shell.nix appears to make a nixops that doesn't list any plugins? #7

Closed lf- closed 3 years ago

lf- commented 4 years ago

On a fresh clone (fe855bf61adea5ae95ecf8a5f9b0b25dccaec6a3) of the repository, I did this:

dev/nixops-digitalocean - [master] » nix-shell

[nix-shell:~/dev/nixops-digitalocean]$ nixops list-plugins
+-------------------+
| Installed Plugins |
+-------------------+
+-------------------+

This appears incorrect; should there not be a plugin there? I could have also made an error in setting up my environment as I had trouble finding documentation for either how NixOps handles plugin installation in general or how this plugin handles it.

Kiwi commented 3 years ago

it doesn't actually make a nixops you have to use poetry. i updated the documentation in a branch i was working on https://github.com/Kiwi/nixops-digitalocean/tree/no-kitchen-sink

Kiwi commented 3 years ago

should be good to go now

19:33:48 [kiwi@mvp-nixos nixops-digitalocean]$ nix-shell --pure --run "nixops list-plugins"
+-------------------+
| Installed Plugins |
+-------------------+
|    digitalocean   |
+-------------------+
19:34:06 [kiwi@mvp-nixos nixops-digitalocean]$