NixOps (formerly known as Charon) is a tool for deploying NixOS machines in a network or cloud.
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.