This commit is contained in:
@@ -15,6 +15,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: /nix/store
|
||||
key: nix-${{ hashFiles('./build/flake.lock') }}
|
||||
|
||||
- uses: DeterminateSystems/determinate-nix-action@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user