File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1038,8 +1038,8 @@ main() {
10381038
10391039 # Get substituters from the machine and add them to the installer
10401040 if [[ ${machineSubstituters} == " y" && -n ${flake} ]]; then
1041- substituters=$( nix --extra-experimental-features ' nix-command flakes ' eval --apply toString " ${flake} " # "${flakeAttr}".nix.settings.substituters)
1042- trustedPublicKeys=$( nix --extra-experimental-features ' nix-command flakes ' eval --apply toString " ${flake} " # "${flakeAttr}".nix.settings.trusted-public-keys)
1041+ substituters=$( nix eval " ${nixOptions[@]} " --apply toString " ${flake} " # "${flakeAttr}".nix.settings.substituters)
1042+ trustedPublicKeys=$( nix eval " ${nixOptions[@]} " --apply toString " ${flake} " # "${flakeAttr}".nix.settings.trusted-public-keys)
10431043
10441044 runSsh sh << SSH || true
10451045mkdir -p ~/.config/nix
You can’t perform that action at this time.
0 commit comments