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

@@ -66,7 +66,7 @@ jobs:
# Benchmarks ...
- name: 🏃🏻‍♀️ Benchmarks
run: nix develop ".#devShells.${{ matrix.system }}.benchmark" --command cargo bench -p rosenpass --bench trace_handshake -F trace_bench --verbose $RUST_TARGET_FLAG >bench-protocol.json
run: nix develop --command cargo bench -p rosenpass --bench trace_handshake -F trace_bench --verbose $RUST_TARGET_FLAG >bench-protocol.json
- name: Upload benchmarks
uses: cryspen/benchmark-upload-and-plot-action@v3