Skip to content

Use a dedicated cache for the CI #6

Use a dedicated cache for the CI

Use a dedicated cache for the CI #6

jobs:
update-flake-lock:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
extra_nix_config: accept-flake-config = true
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v21
on: push