From bf58e811a327ee20cba9ca6a142f75bcd78cb2bb Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 20 Jul 2024 11:23:14 +0900 Subject: [PATCH] feat: Support dir parameter --- nix3-utils.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix3-utils.el b/nix3-utils.el index 8b93564..a03e453 100644 --- a/nix3-utils.el +++ b/nix3-utils.el @@ -86,6 +86,9 @@ "") (if \.rev (format "rev=%s" \.rev) + "") + (if \.dir + (format "dir=%s" \.dir) "")))))) (defun nix3-git-url-to-flake-alist (git-url)