Skip to content

Merge pull request #26 from DeterminateSystems/cole-h-patch-1 #20

Merge pull request #26 from DeterminateSystems/cole-h-patch-1

Merge pull request #26 from DeterminateSystems/cole-h-patch-1 #20

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches: [main]
jobs:
flake-check:
runs-on: UbuntuLatest32Cores128G
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix formatting
run: |
nix shell "https://flakehub.com/f/NixOS/nixpkgs/*#nixpkgs-fmt" --command \
sh -c "git ls-files '*.nix' | xargs nixpkgs-fmt --check"