From 35e608ff9aa7f4973d526abb48ffcfed367dddf7 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 17 Feb 2026 15:40:08 +0100 Subject: [PATCH] Add --build-host option to nixos-rebuild command --- .just/machine.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.just/machine.just b/.just/machine.just index d07986b..098d879 100644 --- a/.just/machine.just +++ b/.just/machine.just @@ -8,4 +8,4 @@ [no-exit-message] @update machine: just assert '-d "../systems/x86_64-linux/{{ machine }}"' "Machine {{ machine }} does not exist, must be one of: $(ls ../systems/x86_64-linux/ | sed ':a;N;$!ba;s/\n/, /g')" - nixos-rebuild switch -L --sudo --target-host {{ machine }} --flake ..#{{ machine }} --log-format internal-json -v |& nom --json + nixos-rebuild switch -L --sudo --target-host {{ machine }} --build-host {{ machine }} --flake ..#{{ machine }} --log-format internal-json -v |& nom --json