nixos-anywhere/CONTRIBUTING.md
2023-05-14 15:39:57 +02:00

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