bench: fix outdated nixpkgs reference

Change-Id: I293f4e4c399c192b0fec30aa8554b64641eee0bf
This commit is contained in:
rootile
2026-07-05 13:21:25 +00:00
committed by Rutile
parent 405ff2eb03
commit de67d1424d
+2 -1
View File
@@ -10,6 +10,7 @@ import platform
import shlex
import textwrap
import dataclasses
from pathlib import Path
flake_args = ["--extra-experimental-features", "nix-command flakes"]
cases = {
@@ -18,7 +19,7 @@ cases = {
*flake_args,
"search",
"--no-eval-cache",
"github:nixos/nixpkgs/e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870",
f"path:{Path('./bench/nixpkgs/').readlink()}",
"hello",
],
"rebuild": lambda build: [