updated documentation
Check NixOS configurations / eval-hosts (push) Failing after 30m36s

This commit is contained in:
2026-06-01 18:22:05 +10:00
parent bf0445ebd6
commit 2f985536c4
7 changed files with 144 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Evaluate all NixOS hosts
run: |
set -euo pipefail
for host in nixos docker kuma server nix-cache nix-minimal; do
for host in nixos docker kuma server nix-cache nix-minimal pxe-boot; do
echo "Evaluating ${host}"
nix --extra-experimental-features 'nix-command flakes' eval \
".#nixosConfigurations.${host}.config.system.build.toplevel.drvPath" --raw