Skip to content

chore: bump flakes

chore: bump flakes #63

Workflow file for this run

name: "nix-config format check"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = ca-derivations nix-command flakes
- run: nix run nixpkgs#nixfmt-rfc-style -- --check ./