Add Guix manifest file

With this file I can run the `guix shell --manifest=manifest.scm' command and get all the required dependencies for this project, which right now is just emacs-eldev.
This commit is contained in:
Tom Willemse 2023-05-23 23:35:44 -07:00
parent 4b60428d3e
commit ece3381f66

1
manifest.scm Normal file
View file

@ -0,0 +1 @@
(specifications->manifest '("emacs-eldev"))