branch: elpa/nix-mode
commit 36070654c81352fa021567be77e10999dcaab090
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Don’t autoload nix-instantiate.
This isn’t very useful anyway.
---
nix-instantiate.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/nix-instantiate.el b/nix-instantiate.el
index ab88e1070c..05607b4629 100644
--- a/nix-instantiate.el
+++ b/nix-instantiate.el
@@ -30,13 +30,10 @@ DRV file to load from."
(kill-buffer stdout)
result))
-;;;###autoload
(defun nix-instantiate (nix-file &optional attribute)
"Run nix-instantiate on a Nix expression.
NIX-FILE the file to instantiate.
ATTRIBUTE an attribute of the Nix file to use."
- (interactive "fNix file: ")
- (setq nix-file (expand-file-name nix-file))
(let ((stdout (generate-new-buffer "nix-instantiate"))
result)
(if attribute