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:
parent
317c679082
commit
2536e9add5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
(packages->manifest
|
(packages->manifest
|
||||||
(list
|
(list
|
||||||
(specification->package "emacs-eldev")
|
(specification->package "emacs-eldev")
|
||||||
(specification->package "emacs-htmlize")))
|
(specification->package "emacs-htmlize")
|
||||||
|
(specification->package "rsync")))
|
||||||
|
|
Loading…
Reference in a new issue