Skip to content

Update cachix/install-nix-action action to v27 #99

Update cachix/install-nix-action action to v27

Update cachix/install-nix-action action to v27 #99

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@v27
- name: Check flake
run: nix flake check --print-build-logs