summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-06-18 20:08:03 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-06-18 20:08:03 -0400
commitbe36a5111c30af9d4dcd6a74c5fa1c43763e598e (patch)
tree9b261f95d768f8c1c94674d166010f51c61716a0 /manifest.scm
Initial Import
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..3528e2f
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,3 @@
+(use-modules (guix packages))
+
+(specifications->manifest (list "guile@3.0" "guile-json" "guile-simple-zmq" "zeromq"))