We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cace114 commit cc94f89Copy full SHA for cc94f89
1 file changed
.github/workflows/ci.yml
@@ -35,9 +35,9 @@ jobs:
35
test -f skills/flake.nix || { echo "FAIL: skills/flake.nix missing"; exit 1; }
36
echo "All AGENTS.md references valid"
37
38
- - name: Check NixOS configurations evaluate
+ - name: Skip NixOS config eval
39
run: |
40
- time nix eval .#nixosConfigurations.nuc.config.system.build.toplevel --apply 'x: "OK"'
+ echo "Skipping nuc eval in CI; openclaw-workspace is private"
41
42
# Run flake checks on macOS (Darwin configurations)
43
check-darwin:
0 commit comments