Also export cache from HM checks

This commit is contained in:
Thiago Kenji Okada
2022-07-08 20:32:22 +01:00
parent 50363ab85b
commit 057f87c908

View File

@ -71,6 +71,10 @@ jobs:
- name: Run checks in Home-Manager module
run: |
nix build .#checks.x86_64-linux.home-manager-module
- name: Export /nix/store contents
if: ${{ !steps.cache-nix-store.outputs.cache-hit }}
run: |
nix-store --export $(nix-store -qR /nix/store/*-doom-emacs) > nix-store.dump
check-emacsGit:
name: Flake Check emacsGit (x86_64 only)
runs-on: ubuntu-latest