branch: elpa/nix-mode
commit b98c1083a05f8bb8613a9068f02bf4ebd423792e
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>

    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