From a0ad8ab01e839f3d3dbea0da84efbe51e8b67589 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 4 Jan 2016 18:55:17 +0300 Subject: emacs: profiles: Add 'guix-system-profile'. * emacs/guix-profiles.el (guix-system-profile): New variable. --- emacs/guix-profiles.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emacs') 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 +;; Copyright © 2014, 2015, 2016 Alex Kost +;; Copyright © 2015 Mathieu Lirzin ;; 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/" -- cgit v1.2.3