NixOps backend for Google Cloud
NixOps (formerly known as Charon) is a tool for deploying NixOS machines in a network or cloud.
- Manual
- Installation / Hacking
- Continuous build
- Source code
- Issue Tracker
- Mailing list / Google group
- IRC - #nixos on freenode.net
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.