-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes relating to --build-on-remote #383
Conversation
Fixes #347 Co-Authored-By: mangoiv <mail@mangoiv.com>
cc @Enzime for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just needs nixfmt
to be run on each commit 👍
d04f3b1
to
d63c7de
Compare
@mergify queue |
🛑 The pull request has been removed from the queue
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shellcheck
failed 😆
Due to the Terraform variables being passed to `run-nixos-anywhere.sh` via environment variables, these environment variables wound up getting passed to `nixos-anywhere`. `nixos-anywhere` would then read the value `false` which would break everything as it expects the variable to be unset or set to `y`, leading to `disko_script` not being set.
d63c7de
to
0216410
Compare
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at fadbb63 |
fixes #366
rebased version of the same