Skip to content

use the cachix action #18

use the cachix action

use the cachix action #18

Workflow file for this run

name: Update Cachix Cache
concurrency:
group: cache
on:
push:
branches:
- main
- flake
jobs:
update:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: install nix
uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
with:
name: lco-public
extraPullNames: devenv
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build
run: nix develop --impure