diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:40:27 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:40:27 -0400 |
commit | c7892f8b70a0e194411c1b8fdc3fcddfd50e79bc (patch) | |
tree | 0b1c77470054fae898a9e0f2f5d211a0a4012e05 | |
parent | 121925bc7869d382ad0b896d3e7b996a55ed385b (diff) |
guix: Add rsync to environment.
-rw-r--r-- | guix.scm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,8 @@ (use-modules (guix profiles) (gnu packages base) (gnu packages guile) - (gnu packages guile-xyz)) + (gnu packages guile-xyz) + (gnu packages rsync)) (packages->manifest (list glibc @@ -9,4 +10,5 @@ gnu-make guile-3.0 guile-syntax-highlight - haunt)) + haunt + rsync)) |