Fix nixos-rebuild with --override-input

This commit is contained in:
Sandro - 2023-01-06 23:20:21 +01:00
parent e21af4caa6
commit 1a9a547bdd
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ lib.attrsets.mapAttrs
let
host = getHostAddr name;
target = ''root@"${host}"'';
rebuildArg = "--flake ${self}#${name} --option extra-substituters https://nix-serve.hq.c3d2.de --accept-flake-config";
rebuildArg = "--flake ${self}#${name} ${overrideInputsArgs} --accept-flake-config";
hostConfig = self.nixosConfigurations."${name}".config;
# let /var/lib/microvm/*/flake point to the flake-update branch so that
# `microvm -u $NAME` updates to what hydra built today.