Add Guix manifest for development purposes

This commit is contained in:
Tom Willemse 2023-11-14 16:33:00 -08:00
parent ba71d9ad30
commit 05d545927a

4
manifest.scm Normal file
View file

@ -0,0 +1,4 @@
(packages->manifest
(list
(specification->package "python")
(specification->package "python-invoke")))