test
Some checks failed
/ perform flake analysis (push) Successful in 32s
/ build hive configuration (push) Failing after 16s

This commit is contained in:
Awen Lelu 2025-11-14 19:50:40 +01:00
parent ec0442e22d
commit dc3ed1342b

View File

@ -11,15 +11,14 @@ jobs:
name: build hive configuration
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v30
- uses: http://github.com/nixbuild/nix-quick-install-action@v34
with:
nix_conf: |
keep-env-derivations = true
keep-outputs = true
- name: Restore and save Nix store
uses: nix-community/cache-nix-action@v6
uses: http://github.com/nix-community/cache-nix-action@v6
with:
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
@ -40,6 +39,7 @@ jobs:
purge-last-accessed: 0
# except any version with the key that is the same as the `primary-key`
purge-primary-key: never
- uses: actions/checkout@v4
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with: