nix-community / nixops-gce

NixOps Google Cloud Backend
25 stars 8 forks source link

NixOps backend for Google Cloud

NixOps (formerly known as Charon) is a tool for deploying NixOS machines in a network or cloud.

Developing

To start developing on nixops, you can run:

  $ nix-shell
  $ poetry install
  $ poetry shell

To view active plugins:

nixops list-plugins

and you're ready to go. Run black, mypy, etc.