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

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

[nongnu] elpa/nix-mode 1604a9cec8 484/500: nix-flake: Allow updating the


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 1604a9cec8 484/500: nix-flake: Allow updating the lockfile
Date: Sat, 29 Jan 2022 08:27:59 -0500 (EST)

branch: elpa/nix-mode
commit 1604a9cec825dbe86ea841f7d26b6e1b6da0fbda
Author: Akira Komamura <akira.komamura@gmail.com>
Commit: Akira Komamura <akira.komamura@gmail.com>

    nix-flake: Allow updating the lockfile
---
 nix-flake.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-flake.el b/nix-flake.el
index a9cb2f1828..0e07b07458 100644
--- a/nix-flake.el
+++ b/nix-flake.el
@@ -392,7 +392,7 @@ For OPTIONS and FLAKE-REF, see the documentation of
         (if remote
             (nix--process-json "flake" "show" "--json" nix-flake-ref)
           (let ((default-directory flake-ref))
-           (nix--process-json "flake" "show" "--json" 
"--no-update-lock-file"))))
+           (nix--process-json "flake" "show" "--json"))))
   (transient-setup 'nix-flake-dispatch))
 
 (defun nix-flake--description ()



reply via email to

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