Skip to content

Commit cc0488d

Browse files
committed
README.md: document --build-host
1 parent 061af27 commit cc0488d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ nix run .#nynx -- --flake <flake-url> --operation <operation> --deployments <dep
2020

2121
### Flags
2222

23-
- `--flake`: Specify the flake path or URL (e.g., `github:alyraffauf/nixcfg`).
24-
- `--operation`: Operation to perform (`switch`, or `activate` for Darwin; `boot`, `test`, `switch` for NixOS).
23+
- `--build-host`: Specify the host on which to build closures (default: `localhost`).
2524
- `--deployments`: Path to the `deployments.nix` file (default: `deployments.nix`).
25+
- `--flake`: Specify the flake path or URL (e.g., `github:alyraffauf/nixcfg`).
2626
- `--jobs`: Comma-separated subset of jobs to run (default: all jobs).
27+
- `--operation`: Operation to perform (`switch`, or `activate` for Darwin; `boot`, `test`, `switch` for NixOS).
2728
- `--skip`: Skip a comma-separated subset of jobs.
2829
- `--verbose`: Enable verbose output.
2930

0 commit comments

Comments
 (0)