Skip to content

build(deps): bump clap from 4.4.8 to 4.4.10 #11

build(deps): bump clap from 4.4.8 to 4.4.10

build(deps): bump clap from 4.4.8 to 4.4.10 #11

Workflow file for this run

name: Nix
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
strategy:
fail-fast: false
matrix:
platform:
- linux
- darwin
include:
- platform: linux
runner: ubuntu-latest
- platform: darwin
runner: macos-latest
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v8
- name: Check flake
run: nix flake check
- name: Build
run: nix build -L ".#nrr"