aboutsummaryrefslogtreecommitdiff
path: root/emacs/guix-profiles.el
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-01-19 00:18:37 -0500
committerMark H Weaver <mhw@netris.org>2016-01-19 00:18:37 -0500
commitafe9f409491a055e5d058c8f747e80d1506391e5 (patch)
tree3b3747c9d2df32019a46b283b94f0a7af05ebf1d /emacs/guix-profiles.el
parentbb8afbf5a1fbc85f700c0e07ce5581637e3674dc (diff)
parent1348185ac2bb48b373495830267cff8ddc6b1fa5 (diff)
downloadpatches-afe9f409491a055e5d058c8f747e80d1506391e5.tar
patches-afe9f409491a055e5d058c8f747e80d1506391e5.tar.gz
Merge branch 'master' into core-updates
Diffstat (limited to 'emacs/guix-profiles.el')
-rw-r--r--emacs/guix-profiles.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs/guix-profiles.el b/emacs/guix-profiles.el
index 2c1936864f..43ad1d42eb 100644
--- a/emacs/guix-profiles.el
+++ b/emacs/guix-profiles.el
@@ -1,6 +1,7 @@
;;; guix-profiles.el --- Guix profiles
-;; Copyright © 2014 Alex Kost <alezost@gmail.com>
+;; Copyright © 2014, 2015, 2016 Alex Kost <alezost@gmail.com>
+;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;; This file is part of GNU Guix.
@@ -25,6 +26,10 @@
(expand-file-name "~/.guix-profile")
"User profile.")
+(defvar guix-system-profile
+ (concat guix-config-state-directory "/profiles/system")
+ "System profile.")
+
(defvar guix-default-profile
(concat guix-config-state-directory
"/profiles/per-user/"