mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-05 12:37:35 -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
|
||||
with:
|
||||
path: nix-store.dump
|
||||
key: nix-store-${{ hashFiles('flake.*') }}
|
||||
key: nix-store-${{ hashFiles('flake.lock') }}
|
||||
restore-keys: |
|
||||
nix-store-
|
||||
- name: Import /nix/store contents
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
id: cache-nix-store
|
||||
with:
|
||||
path: nix-store.dump
|
||||
key: nix-store-${{ hashFiles('flake.*') }}
|
||||
key: nix-store-${{ hashFiles('flake.lock') }}
|
||||
restore-keys: |
|
||||
nix-store-
|
||||
- name: Import /nix/store contents
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
id: cache-nix-store-emacsGit
|
||||
with:
|
||||
path: nix-store.dump
|
||||
key: nix-store-emacsGit-${{ hashFiles('flake.*') }}
|
||||
key: nix-store-emacsGit-${{ hashFiles('flake.lock') }}
|
||||
restore-keys: |
|
||||
nix-store-emacsGit-
|
||||
- name: Import /nix/store contents
|
||||
|
Reference in New Issue
Block a user