fix flake.nix: no more fenix

This commit is contained in:
Jan Winkelmann (keks)
2025-05-20 10:51:49 +02:00
parent 36dcd0edd2
commit 38e04a2e03
3 changed files with 2 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ jobs:
- name: 🏃🏻‍♀️ Benchmarks (using Nix as shell)
working-directory: ciphers
run: nix develop ".#devShells.${{ matrix.system }}.benchmark" --command cargo bench -F bench --bench primitives --verbose $RUST_TARGET_FLAG -- --output-format bencher | tee ../bench-primitives.txt
run: nix develop --command cargo bench -F bench --bench primitives --verbose $RUST_TARGET_FLAG -- --output-format bencher | tee ../bench-primitives.txt
- name: Extract benchmarks
uses: cryspen/benchmark-data-extract-transform@v2