Skip to content

[release-26.05] Bump flake.lock, testFlake/flake.lock, and Cargo.lock #316

[release-26.05] Bump flake.lock, testFlake/flake.lock, and Cargo.lock

[release-26.05] Bump flake.lock, testFlake/flake.lock, and Cargo.lock #316

Workflow file for this run

name: nix-build
on:
pull_request:
push:
branches:
- main
- "release-*"
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: NixOS/nix-installer-action@main
with:
extra-conf: |
extra-substituters = https://cache.numtide.com
extra-trusted-public-keys = niks3.numtide.com-1:DTx8wZduET09hRmMtKdQDxNNthLQETkc/yaX7M4qK0g=
- name: nix-build
run: nix-build
- name: nix-shell
run: nix-shell --run "echo ok"