Skip to content

more cross-platform modules #69

more cross-platform modules

more cross-platform modules #69

Workflow file for this run

name: Flake Check
on:
push:
jobs:
flake-checks:
name: Check nix flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Check flake
run: nix flake check