Skip to content

Simple working static status #53

Simple working static status

Simple working static status #53

Workflow file for this run

name: Nix flake check
on:
workflow_dispatch:
push:
pull_request:
jobs:
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 --show-trace