Skip to content

NixOS/nixops-aws

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2021
Jun 1, 2021
Aug 6, 2021
Feb 29, 2024
May 27, 2020
May 28, 2020
May 5, 2020
Feb 12, 2013
Aug 8, 2021
Mar 15, 2020
May 5, 2020
May 28, 2020
Jul 16, 2020
Feb 29, 2024
May 5, 2020
May 21, 2020
May 5, 2020
Mar 15, 2020

NixOps AWS Plugin

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

This repo contains the NixOps AWS Plugin.

Developing

To start developing on the NixOps AWS plugin, you can run:

  $ nix-shell
  $ poetry install
  $ poetry shell

To view active plugins:

nixops list-plugins

Documentation for the nixops-aws plugin is in the nixops repo

The python code is formatted with the latest release of black and is checked in PR validation. See the black target in ci.yaml for the cmd to run.

Building from source

You can build the Nix package by simply invoking nix-build on the project root:

$ nix-build

See the main NixOps repo for more up-to-date instructions for how to built NixOps with this AWS plugin.