Skip to content

Commit

Permalink
feat: Support dir parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Jul 20, 2024
1 parent a2b8553 commit bf58e81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix3-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bf58e81

Please sign in to comment.