Loading nixos/modules/services/system/self-deploy.nix +10 −4 Original line number Diff line number Diff line Loading @@ -179,7 +179,13 @@ in ${gitWithRepo} checkout FETCH_HEAD nix-build${renderNixArgs cfg.nixArgs} ${ lib.cli.toCommandLineShellGNU { } { lib.cli.toCommandLineShell (optionName: { option = "--${optionName}"; sep = null; explicitBool = false; }) { attr = cfg.nixAttribute; out-link = outPath; } Loading Loading
nixos/modules/services/system/self-deploy.nix +10 −4 Original line number Diff line number Diff line Loading @@ -179,7 +179,13 @@ in ${gitWithRepo} checkout FETCH_HEAD nix-build${renderNixArgs cfg.nixArgs} ${ lib.cli.toCommandLineShellGNU { } { lib.cli.toCommandLineShell (optionName: { option = "--${optionName}"; sep = null; explicitBool = false; }) { attr = cfg.nixAttribute; out-link = outPath; } Loading