chore: switch nix index to 25.05 release (#6181)

chore: switch to nix index to 25.05 release
This commit is contained in:
Ning Sun
2025-05-29 09:13:35 +08:00
committed by GitHub
parent dc3591655e
commit 9fbcf9b7e7
3 changed files with 7 additions and 8 deletions

View File

@@ -124,9 +124,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-24.11
- run: nix develop --command cargo build --bin greptime
- run: nix develop --command cargo check --bin greptime
env:
CARGO_BUILD_RUSTFLAGS: "-C link-arg=-fuse-ld=mold"