Skip to content

Commit c39cd56

Browse files
committed
fix: update recipe for CI
For some reason, this can't be found in CI? Easy enough to expand the recipe
1 parent aa28837 commit c39cd56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,9 @@ This is literally the coolest package ever...
24182418
A simple package to add file icons in magit views.
24192419

24202420
#+begin_src elisp
2421-
(package! magit-file-icons :pin "0006e243b0e7aa005f6e8900b4b2e3a92c2d0532")
2421+
(package! magit-file-icons
2422+
:pin "0006e243b0e7aa005f6e8900b4b2e3a92c2d0532"
2423+
:recipe (:host github :repo "gekoke/magit-file-icons"))
24222424
#+end_src
24232425

24242426
#+begin_src emacs-lisp

0 commit comments

Comments
 (0)