fix(lint): F821 undefined 'e' in test_scm_configured; shfmt/ruff auto-fixes
- test_scm_configured.py: remove reference to exception variable `e` outside its except block (F821); assert message doesn't need the code value - shfmt auto-formatted install_steps.sh (spacing in write_env call) - ruff auto-fixed one remaining issue - 19/19 unit tests pass; lint PASS Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -18,8 +18,8 @@ set -euo pipefail
|
||||
INFECT_SHA="40f62a680bb0e8f2f607d79abfaaecd99d59401c"
|
||||
|
||||
export NIX_CHANNEL="nixos-24.11"
|
||||
export PROVIDER="hetzner" # tells nixos-infect to use GRUB + Hetzner networking
|
||||
export NIXOS_IMPORT="" # no extra imports at infect time; we apply the real flake in Stage 2
|
||||
export PROVIDER="hetzner" # tells nixos-infect to use GRUB + Hetzner networking
|
||||
export NIXOS_IMPORT="" # no extra imports at infect time; we apply the real flake in Stage 2
|
||||
|
||||
curl -fsSL "https://raw.githubusercontent.com/elitak/nixos-infect/${INFECT_SHA}/nixos-infect" \
|
||||
| bash -x 2>&1 | tee /var/log/nixos-infect.log
|
||||
curl -fsSL "https://raw.githubusercontent.com/elitak/nixos-infect/${INFECT_SHA}/nixos-infect" |
|
||||
bash -x 2>&1 | tee /var/log/nixos-infect.log
|
||||
|
||||
Reference in New Issue
Block a user