diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-18 20:08:03 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-18 20:08:03 -0400 |
commit | be36a5111c30af9d4dcd6a74c5fa1c43763e598e (patch) | |
tree | 9b261f95d768f8c1c94674d166010f51c61716a0 /manifest.scm |
Initial Import
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 3 |
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")) |