Skip to content

Check nix flake on all systems in CI #2

Check nix flake on all systems in CI

Check nix flake on all systems in CI #2

Workflow file for this run

name: nix checks
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check --all-systems