Use nixos-rebuild in test_build

This commit is contained in:
Andreas Zweili 2023-06-05 10:06:45 +02:00
parent 96870ac800
commit 7260d60ca2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ hosts=($(echo `nix eval .#nixosConfigurations --apply 'pkgs: builtins.concatStri
for host in "${hosts[@]}"
do
echo $host
nix build -j auto --dry-run .#nixosConfigurations.${host}.config.system.build.toplevel
nixos-rebuild dry-build --flake .#${host}
echo
echo
done