aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-install.sh
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-25 14:15:54 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-25 16:24:11 +0200
commit591464e3654f1e45427a1aa94b69a28445ceb556 (patch)
tree9b6276c29c3f70f76509dad093eb98df91ae8f95 /etc/guix-install.sh
parentfabcf8c60eb3267735e9805cbf1a4ccbddbc38bb (diff)
downloadguix-591464e3654f1e45427a1aa94b69a28445ceb556.tar.gz
guix-591464e3654f1e45427a1aa94b69a28445ceb556.zip
gnu: memcached: Update to 1.5.16.
* gnu/packages/databases.scm (memcached): Update to 1.5.16.
Diffstat (limited to 'etc/guix-install.sh')
0 files changed, 0 insertions, 0 deletions
s/shepherd.scm. * gnu/home-services/symlink-manager.scm: Rename to gnu/home/services/symlink-manager.scm. * gnu/home-services/utils.scm: Rename to gnu/home/services/utils.scm. * gnu/home-services/xdg.scm: Rename to gnu/home/services/xdg.scm. * guix/scripts/home/import.scm: Replace (gnu home-services bash) with (gnu home services bash). * gnu/home-services.scm: Update documentation string. * doc/he-config-bare-bones.scm: Apply new (gnu home-services ...) modules location. * gnu/local.mk (GNU_SYSTEM_MODULES): Same. Oleg Pykhalov 2021-09-09gnu: home: Add doc comment about the module....Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin 2021-09-09home: Add home-environment....* gnu/home.scm (home-environment, home-environment?, this-home-environment) (home-environment-derivation, home-environment-user-services) (home-environment-essential-services, home-environment-services) (home-environment-location, home-environment-with-provenance): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Andrew Tropin