Skip to content

add REAMDE.md and info.md #9

add REAMDE.md and info.md

add REAMDE.md and info.md #9

Workflow file for this run

name: Nix
on:
push:
branches: [main]
pull_request:
jobs:
flake-check:
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check --print-build-logs