Skip to content

Commit

Permalink
fix: Resolve symlinks when updating a path input
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 2, 2024
1 parent 2bc6bd0 commit 6935775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix3-flake-input.el
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
(interactive (list (progn
(require 'project)
(project-prompt-project-dir))))
(nix3-flake-input-update (concat "path:" (expand-file-name dir))))
(nix3-flake-input-update (concat "path:" (file-truename dir))))

(provide 'nix3-flake-input)
;;; nix3-flake-input.el ends here

0 comments on commit 6935775

Please sign in to comment.