branch: elpa/nix-mode
commit 293f9a5e0659025e8463828cd731141a4572c4b5
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Oops
Fixup commit
---
nix-shell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-shell.el b/nix-shell.el
index e500692f68..de9c8ff9c8 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -53,7 +53,7 @@ ATTRIBUTE from PATH to get Nix expressions from."
(interactive (list (read-string "Nix path: " "<nixpkgs>")
(read-string "Nix attribute name: ")))
(async-shell-command (format "%s '%s' -A '%s' --run unpackPhase"
- nix-shell-executable
dir attribute)))
+ nix-shell-executable
path attribute)))
(provide 'nix-shell)
;;; nix-shell.el ends here