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 | |
parent | 5de6e77526d02bf202750888309fd0e71726c6c2 (diff) | |
download | package-repository-68b1bc44978981979340bf3df4dbb3ee44a22e7d.tar.gz |
aux/guix/manifest.scm: Add jq
Notes
Notes:
See CI logs with:
git notes --ref=refs/notes/ci-logs show 68b1bc44978981979340bf3df4dbb3ee44a22e7d
git notes --ref=refs/notes/ci-data show 68b1bc44978981979340bf3df4dbb3ee44a22e7d
Diffstat (limited to 'aux')
-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))) |