refactor: move compat package to core

This package is cropping up in packages everywhere. Managing it has been
a source of issues, so I'm making it a core package until v3, where
we'll be able to pin packages without explicitly installing them.
This commit is contained in:
Henrik Lissner 2023-02-20 18:46:40 -05:00
parent dbf8f748ee
commit 7260725313
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
4 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,6 @@
(package! orderless :pin "d09aab37951b25627b96660f429eaec969d16d8a")
(package! consult :pin "ffaaf6da909dc9ff766e5a5f16eb265635aa6149")
(package! compat :pin "01fdf316a44eac9a7f6ab7e0983427a702ffd04d")
(package! consult-dir :pin "ed8f0874d26f10f5c5b181ab9f2cf4107df8a0eb")
(when (modulep! :checkers syntax)
(package! consult-flycheck :pin "c371996c571b7139ef4d9a8db142bf37a7ee826b"))