guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/6] emacs: profiles: Add 'guix-system-profile'.


From: Alex Kost
Subject: [PATCH 2/6] emacs: profiles: Add 'guix-system-profile'.
Date: Sun, 10 Jan 2016 12:53:46 +0300

* emacs/guix-profiles.el (guix-system-profile): New variable.
---
 emacs/guix-profiles.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/emacs/guix-profiles.el b/emacs/guix-profiles.el
index 2c19368..43ad1d4 100644
--- a/emacs/guix-profiles.el
+++ b/emacs/guix-profiles.el
@@ -1,6 +1,7 @@
 ;;; guix-profiles.el --- Guix profiles
 
-;; Copyright © 2014 Alex Kost <address@hidden>
+;; Copyright © 2014, 2015, 2016 Alex Kost <address@hidden>
+;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 
 ;; 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/"
-- 
2.6.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]