Skip to content

flake/clean-install: reformat #172

flake/clean-install: reformat

flake/clean-install: reformat #172

Workflow file for this run

name: "nix"
on: [push]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake complies with default style
run: nix fmt -- -c .
check-eval:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake evaluates
run: nix flake check