feat(common-lisp): use sly-asdf
This allows us to offload system loading and testing to a third-party library.
This commit is contained in:
parent
c1516edd66
commit
2853982447
3 changed files with 10 additions and 45 deletions
|
@ -2,5 +2,6 @@
|
|||
;;; lang/common-lisp/packages.el
|
||||
|
||||
(when (package! sly :pin "ed17d2c2bd7aead0fbb09c3d22861c80a522a097")
|
||||
(package! sly-asdf :pin "6f9d751469bb82530db1673c22e7437ca6c95f45")
|
||||
(package! sly-macrostep :pin "5113e4e926cd752b1d0bcc1508b3ebad5def5fad")
|
||||
(package! sly-repl-ansi-color :pin "b9cd52d1cf927bf7e08582d46ab0bcf1d4fb5048"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue