branch: elpa/nix-mode
commit 1604a9cec825dbe86ea841f7d26b6e1b6da0fbda
Author: Akira Komamura <[email protected]>
Commit: Akira Komamura <[email protected]>

    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