Add rsync to the Guix environment

I use ‘rsync’ to deploy my site to my server, having it in the environment
manifest means I don't have to remember to install it elsewhere.
This commit is contained in:
Tom Willemse 2023-07-26 22:29:58 -07:00
parent 317c679082
commit 2536e9add5

View file

@ -1,4 +1,5 @@
(packages->manifest
(list
(specification->package "emacs-eldev")
(specification->package "emacs-htmlize")))
(specification->package "emacs-htmlize")
(specification->package "rsync")))