aboutsummaryrefslogtreecommitdiff
path: root/tests/dsa.key
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-06-15 10:02:48 +0200
committerLudovic Courtès <ludo@gnu.org>2021-06-18 14:18:07 +0200
commitee61777a326c3395518dee5e50ffc9c35ae53f3d (patch)
tree3b939e0c7a0ea69383d21cae4cfd0e91d8a53ceb /tests/dsa.key
parentc5b1b48f09bb9af60aef5d48191b284d4b281a34 (diff)
downloadguix-ee61777a326c3395518dee5e50ffc9c35ae53f3d.tar.gz
guix-ee61777a326c3395518dee5e50ffc9c35ae53f3d.zip
profiles: Add 'load-profile'.
* guix/profiles.scm (%precious-variables): New variable. (purify-environment, load-profile): New procedures. * guix/scripts/environment.scm (%precious-variables) (purify-environment, create-environment): Remove. (launch-environment): Call 'load-profile' instead of 'create-environment'. * tests/profiles.scm ("load-profile"): New test.
Diffstat (limited to 'tests/dsa.key')
0 files changed, 0 insertions, 0 deletions
it/gnu/home.scm?id=994c66bf846774da5104537ef1037d6a5bc56995'>gnu: home: Add doc comment about the module.Andrew Tropin Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> 2021-09-09home: Add home-environment.Andrew Tropin * 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>