Fediversity/launch/.terraform/modules/pixelfed.deploy/CONTRIBUTING.md

259 B

To run nixos-anywhere from the repo:

nix run . -- --help

To format the code:

nix fmt

To run all tests:

nix flake check -vL

To run an individual test:

nix build .#checks.x86_64-linux.from-nixos -vL