Improvements
Some checks failed
Check Flake / check-flake (push) Failing after 2m10s

This commit is contained in:
2026-02-19 20:42:47 -08:00
parent 5c1b0ef577
commit a70aef9cf2
3 changed files with 11 additions and 19 deletions

View File

@@ -19,6 +19,8 @@ jobs:
run: nix flake check --all-systems --print-build-logs --log-format raw --show-trace
- name: Push to cache
env:
XDG_CONFIG_HOME: ${{ runner.temp }}/.config
run: |
attic login local "${{ secrets.ATTIC_ENDPOINT }}" "${{ secrets.ATTIC_TOKEN }}"
nix eval .#nixosConfigurations --apply 'cs: map (n: "${cs.${n}.config.system.build.toplevel}") (builtins.attrNames cs)' --json \