Skip to content

doc: updating readme #2

doc: updating readme

doc: updating readme #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-25.05
- name: Update flake inputs
run: nix flake update --recreate-lock-file
- name: Build Nix package
run: nix build