Periodic merge of staging to master #14
1 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,9 @@ let
|
|||
|
||||
[[ -e "''${NIXOS_CONFIG}" ]]
|
||||
|
||||
${if (builtins.elem rebuildarg rebuildargsSudo) then
|
||||
${if (builtins.elem rebuildarg rebuildargsSudo)
|
||||
&& builtins.match ".*--target-host.*" moreargs == null
|
||||
then
|
||||
"sudo -E \\"
|
||||
else
|
||||
""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue