Skip to content

Commit bf58e81

Browse files
committed
feat: Support dir parameter
1 parent a2b8553 commit bf58e81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix3-utils.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
"")
8787
(if \.rev
8888
(format "rev=%s" \.rev)
89+
"")
90+
(if \.dir
91+
(format "dir=%s" \.dir)
8992
""))))))
9093

9194
(defun nix3-git-url-to-flake-alist (git-url)

0 commit comments

Comments
 (0)