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

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

[nongnu] elpa/nix-mode 293f9a5e06 203/500: Oops


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 293f9a5e06 203/500: Oops
Date: Sat, 29 Jan 2022 08:27:06 -0500 (EST)

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

    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



reply via email to

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