Remove nom from test-build

This commit is contained in:
Andreas Zweili 2024-02-05 20:56:49 +01:00
parent 1858464472
commit e9f3a9a877
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ for host in "${hosts[@]}"; do
continue continue
fi fi
echo $host echo $host
nixos-rebuild dry-build --flake .#${host} |& nom nixos-rebuild dry-build --flake .#${host}
echo echo
echo echo
done done