Skip to content

feat(flake.nix/inputs/nixpkgs): Switch nixos-24.11 -> staging-next-24.11 to fix curl v8.11.0 regression #731

feat(flake.nix/inputs/nixpkgs): Switch nixos-24.11 -> staging-next-24.11 to fix curl v8.11.0 regression

feat(flake.nix/inputs/nixpkgs): Switch nixos-24.11 -> staging-next-24.11 to fix curl v8.11.0 regression #731

Workflow file for this run

name: CI
on:
# Allow this workflow to be triggered manually:
workflow_dispatch:
# Allow this workflow to be run in merge queues:
merge_group:
# Run this workflow when PRs target `main` and when they're merged in `main`:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
uses: ./.github/workflows/reusable-flake-checks-ci-matrix.yml
secrets: inherit
with:
runner: '["self-hosted", "Linux", "x86-64-v2"]'
run-cachix-deploy: false