diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-29 12:06:30 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-29 12:06:30 +0200 |
commit | c3e9064c860178a525c35f02911f2e492724f43b (patch) | |
tree | 3f3e171421c4d655af3c0a4a180b5ecfaa7ca9f7 | |
parent | 0cc9b0dd576ce589775aa271686e3d886c04dba5 (diff) |
chore(manifest): add hyperfine
-rw-r--r-- | manifest.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm index a84923c..57182d7 100644 --- a/manifest.scm +++ b/manifest.scm @@ -15,4 +15,5 @@ (specification->package "node") (specification->package "pkg-config") (specification->package "gmp") + (specification->package "hyperfine") (specification->package "unzip"))) |