Skip to content

Test and build flake #11

Test and build flake

Test and build flake #11

Workflow file for this run

name: Nix build
on: [push]
run-name: Test and build flake
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix flake check
- run: nix build