Skip to content

chore(deps-dev): Bump undici from 6.21.0 to 6.21.1 in /docs #585

chore(deps-dev): Bump undici from 6.21.0 to 6.21.1 in /docs

chore(deps-dev): Bump undici from 6.21.0 to 6.21.1 in /docs #585

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
jobs:
flake:
name: "Flake"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
# - uses: cachix/cachix-action@v15
# with:
# name: sierrasoftworks
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# extraPullNames: nix-community
- run: nix build .#
- run: nix flake check