bench: fix outdated nixpkgs reference
Change-Id: I293f4e4c399c192b0fec30aa8554b64641eee0bf
This commit is contained in:
+2
-1
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user