This commit is contained in:
@@ -16,6 +16,11 @@ jobs:
|
||||
- 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
|
||||
|
||||
- uses: DeterminateSystems/flake-checker-action@main
|
||||
|
||||
Reference in New Issue
Block a user