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

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

[nongnu] elpa/nix-mode b98c1083a0 234/500: nix-shell-file not risky


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode b98c1083a0 234/500: nix-shell-file not risky
Date: Sat, 29 Jan 2022 08:27:09 -0500 (EST)

branch: elpa/nix-mode
commit b98c1083a05f8bb8613a9068f02bf4ebd423792e
Author: Matthew Bauer <matthew.bauer@obsidian.systems>
Commit: Matthew Bauer <matthew.bauer@obsidian.systems>

    nix-shell-file not risky
---
 nix-shell.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nix-shell.el b/nix-shell.el
index c448cd314a..8f7e44fd78 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -27,8 +27,7 @@
 (defcustom nix-shell-file nil
   "Set to the file to run the nix-shell for."
   :type 'string
-  :group 'nix-shell
-  :risky t)
+  :group 'nix-shell)
 
 (defcustom nix-shell-attribute nil
   "Set to the file to run the nix-shell for."



reply via email to

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