Skip to content

Rename main.yml to main.yaml #1

Rename main.yml to main.yaml

Rename main.yml to main.yaml #1

Workflow file for this run

name: Update Cachix Cache
on:
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/cachix-action@v12
with:
name: lco-public
extraPullNames: devenv
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest
- name: Build
run: devenv ci