lang/org: add ob-ammonite

This commit is contained in:
Henrik Lissner 2019-12-19 13:19:53 -05:00
parent fd3f5b5b77
commit bc44ae0beb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 9 additions and 1 deletions

View file

@ -72,6 +72,8 @@
(package! ob-restclient))
(when (featurep! :lang rust)
(package! ob-rust))
(when (featurep! :lang scala)
(package! ob-ammonite))
;;; Export
(when (featurep! +pandoc)