Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Add --build-on flag with settings: auto, local, remote #461

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

a-kenji
Copy link
Contributor

@a-kenji a-kenji commented Feb 6, 2025

Add --build-on flag with the following settings: auto(default), local, remote.

  • auto: Will check, if a local build is possible and gracefully fall back to a remote build.
  • local: Will build on the local host.
  • remote: Will build on the remote host.

src/nixos-anywhere.sh Outdated Show resolved Hide resolved
@a-kenji a-kenji force-pushed the feat/can-build-locally branch 2 times, most recently from 69702ba to cf6f36d Compare February 6, 2025 03:21
src/nixos-anywhere.sh Outdated Show resolved Hide resolved
src/nixos-anywhere.sh Outdated Show resolved Hide resolved
src/nixos-anywhere.sh Outdated Show resolved Hide resolved
@a-kenji a-kenji force-pushed the feat/can-build-locally branch 3 times, most recently from 1c29927 to 7a2843a Compare February 6, 2025 11:07
@a-kenji a-kenji requested a review from Mic92 February 6, 2025 11:27
Add `--build-on` flag with the following settings: `auto`(default), `local`, `remote`.

- `auto`: Will check, if a local build is possible and gracefully fall
  back to a remote build.
- `local`: Will build on the local host.
- `remote`: Will build on the remote host.
@Mic92 Mic92 force-pushed the feat/can-build-locally branch 2 times, most recently from 8899338 to c92609f Compare February 7, 2025 05:46
@Mic92 Mic92 force-pushed the feat/can-build-locally branch from c92609f to b5cc26d Compare February 7, 2025 06:23
@Mic92 Mic92 added this pull request to the merge queue Feb 7, 2025
Merged via the queue into nix-community:main with commit af5999e Feb 7, 2025
3 checks passed
@a-kenji a-kenji deleted the feat/can-build-locally branch February 7, 2025 14:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants