Add trivial-system-loader to qlot deps

This commit is contained in:
Akira Tempaku 2024-12-28 23:44:37 +09:00
commit 6cdf49965b
3 changed files with 7 additions and 1 deletions

View file

@ -18,6 +18,10 @@
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2024-10-12"))
("trivial-system-loader" .
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2024-10-12"))
("rove" .
(:class qlot/source/github:source-github
:initargs (:repos "fukamachi/rove" :ref nil :branch nil :tag nil)