mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-03 12:27:27 -05:00
Generate the cache hash by flake.lock
This commit is contained in:
6
.github/workflows/check-build.yml
vendored
6
.github/workflows/check-build.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
id: cache-nix-store
|
id: cache-nix-store
|
||||||
with:
|
with:
|
||||||
path: nix-store.dump
|
path: nix-store.dump
|
||||||
key: nix-store-${{ hashFiles('flake.*') }}
|
key: nix-store-${{ hashFiles('flake.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
nix-store-
|
nix-store-
|
||||||
- name: Import /nix/store contents
|
- name: Import /nix/store contents
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
id: cache-nix-store
|
id: cache-nix-store
|
||||||
with:
|
with:
|
||||||
path: nix-store.dump
|
path: nix-store.dump
|
||||||
key: nix-store-${{ hashFiles('flake.*') }}
|
key: nix-store-${{ hashFiles('flake.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
nix-store-
|
nix-store-
|
||||||
- name: Import /nix/store contents
|
- name: Import /nix/store contents
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
id: cache-nix-store-emacsGit
|
id: cache-nix-store-emacsGit
|
||||||
with:
|
with:
|
||||||
path: nix-store.dump
|
path: nix-store.dump
|
||||||
key: nix-store-emacsGit-${{ hashFiles('flake.*') }}
|
key: nix-store-emacsGit-${{ hashFiles('flake.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
nix-store-emacsGit-
|
nix-store-emacsGit-
|
||||||
- name: Import /nix/store contents
|
- name: Import /nix/store contents
|
||||||
|
Reference in New Issue
Block a user