modules/comin: init
This commit is contained in:
parent
872849c875
commit
ade0694d14
2 changed files with 33 additions and 1 deletions
2
.github/workflows/eval.yaml
vendored
2
.github/workflows/eval.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
failed_hosts=""
|
||||
for host in $hosts; do
|
||||
echo "Eval derivation for $host"
|
||||
if ! nix show-derivation -L ".#nixosConfigurations.$host.config.system.build.toplevel" > "eval/$host.json"; then
|
||||
if ! nix derivation show ".#nixosConfigurations.$host.config.system.build.toplevel" > "eval/$host.json"; then
|
||||
echo "❌ Failed to evaluate $host"
|
||||
failed_hosts+="$host "
|
||||
rm "eval/$host.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue