Skip to content

Unpin nixpkgs

Unpin nixpkgs #384

Workflow file for this run

---
name: "Build the flake"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix fmt -- --ci
- run: nix build