There was an error while loading. Please reload this page.
1 parent 25d3307 commit 9a6bb22Copy full SHA for 9a6bb22
src/nixos-anywhere.sh
@@ -948,7 +948,7 @@ SSH
948
if [[ -n ${flake} ]]; then
949
system_features=$(nix --extra-experimental-features 'nix-command flakes' eval --apply toString "${flake}"#"${flakeAttr}".nix.settings.system-features)
950
if [[ -z ${system_features} ]]; then
951
- system_features=$(nix config show system-features)
+ system_features=$(runSshNoTty -o ConnectTimeout=10 nix --extra-experimental-features 'nix-command' config show system-features)
952
fi
953
954
platform_arch=$(nix --extra-experimental-features 'nix-command flakes' eval --apply 'x: toString (x.nixpkgs.hostPlatform.gcc.arch or "")' "${flake}#${flakeAttr}")
0 commit comments