We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nixOptions
nixos-facter
1 parent bc653a8 commit 7a8bd09Copy full SHA for 7a8bd09
src/nixos-anywhere.sh
@@ -587,7 +587,8 @@ generateHardwareConfig() {
587
if [[ ${hasNixOSFacter} == "n" ]]; then
588
step "Generating facter.json using nixos-facter from nixpkgs"
589
runSshNoTty -o ConnectTimeout=10 \
590
- nix run nixpkgs#nixos-facter "${nixOptions[@]}" >"$hardwareConfigPath"
+ nix run "${nixOptions[@]}" \
591
+ nixpkgs#nixos-facter >"$hardwareConfigPath"
592
else
593
step "Generating facter.json using nixos-facter"
594
runSshNoTty -o ConnectTimeout=10 "${maybeSudo}" "nixos-facter" >"$hardwareConfigPath"
0 commit comments