diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-09 22:33:00 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-09 22:33:00 +0200 |
commit | ac2cb6ebcb18c9d1236c271d62c73ad2265ba9da (patch) | |
tree | 99a28cd4083d169e7fd4387d654e3228a5fa4883 | |
parent | 52cc186949f0bf94336a7f81dec4f7dee13782ab (diff) |
chore(manifest): add unzip
-rw-r--r-- | manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm index 95b77fd..0270e15 100644 --- a/manifest.scm +++ b/manifest.scm @@ -12,4 +12,5 @@ (list (specification->package "gcc-toolchain") (ocaml-latest (specification->package "ocaml")) (specification->package "opam") - (specification->package "node"))) + (specification->package "node") + (specification->package "unzip"))) |