diff options
author | EuAndreh <eu@euandre.org> | 2021-06-17 01:52:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-17 01:52:02 -0300 |
commit | 68b1bc44978981979340bf3df4dbb3ee44a22e7d (patch) | |
tree | b43b43f92878bfdc5076377c79196dcc621f56db /aux/guix/manifest.scm | |
parent | Makefile: Run scripts in dev-check instead of check (diff) | |
download | package-repository-68b1bc44978981979340bf3df4dbb3ee44a22e7d.tar.gz package-repository-68b1bc44978981979340bf3df4dbb3ee44a22e7d.tar.xz |
aux/guix/manifest.scm: Add jq
Diffstat (limited to '')
-rw-r--r-- | aux/guix/manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index 68fd56e..d00d196 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -17,4 +17,5 @@ groff pandoc nixfmt - graphviz))) + graphviz + jq))) |