emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/nix-mode 858d127fb5 259/500: Add custom for directory loca


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 858d127fb5 259/500: Add custom for directory location
Date: Sat, 29 Jan 2022 08:27:12 -0500 (EST)

branch: elpa/nix-mode
commit 858d127fb50d6de544f8b157444c758f6f2d433a
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Add custom for directory location
---
 nix.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/nix.el b/nix.el
index f6861da609..e4961ba2db 100644
--- a/nix.el
+++ b/nix.el
@@ -47,6 +47,16 @@
   :group 'nix
   :type 'string)
 
+(defcustom nix-store-dir "/nix/store"
+  "Nix store directory."
+  :group 'nix
+  :type 'string)
+
+(defcustom nix-state-dir "/nix/var"
+  "Nix store directory."
+  :group 'nix
+  :type 'string)
+
 (defun nix-system ()
   "Get the current system tuple."
   (let ((stdout (generate-new-buffer "nix eval"))



reply via email to

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