Skip to content

Update cachix/install-nix-action action to v26 #95

Update cachix/install-nix-action action to v26

Update cachix/install-nix-action action to v26 #95

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v26
- name: Check flake
run: nix flake check --print-build-logs