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

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

[elpa] externals/system-packages 1470962 089/117: nix: Update for nix 2.


From: Stefan Monnier
Subject: [elpa] externals/system-packages 1470962 089/117: nix: Update for nix 2.0
Date: Fri, 14 Dec 2018 17:02:14 -0500 (EST)

branch: externals/system-packages
commit 1470962e6675574d740508e918831f002fdf2f3e
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    nix: Update for nix 2.0
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 92e950c..ae9168b 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -74,7 +74,7 @@
     (nix-env .
              ((default-sudo . nil)
               (install . "nix-env -i")
-              (search . "nix-env -qaP")
+              (search . "nix search")
               (uninstall . "nix-env -e")
               (update . ("nix-env -u" ))
               (clean-cache . nil)



reply via email to

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