Skip to content

Bump cachix/install-nix-action from V27 to 28 #14

Bump cachix/install-nix-action from V27 to 28

Bump cachix/install-nix-action from V27 to 28 #14

Workflow file for this run

name: CI powered by Nix
on:
push:
branches:
- main
pull_request:
jobs:
nix-build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@V28
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build binary
run: nix build .#labcoat