mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-09 12:57:26 -05:00
Also export cache from HM checks
This commit is contained in:
4
.github/workflows/check-build.yml
vendored
4
.github/workflows/check-build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user