Skip to content

Bump cachix/install-nix-action from 23 to 24 #44

Bump cachix/install-nix-action from 23 to 24

Bump cachix/install-nix-action from 23 to 24 #44

Workflow file for this run

name: Build the flake
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v24
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v13
with:
name: yurrriq
skipPush: true
- run: nix build --show-trace --verbose