feat: setup lix binary cache

This commit is contained in:
buffet 2024-05-21 18:41:45 +02:00
parent b912daedcd
commit 64c9305120

View file

@ -1,6 +1,14 @@
{
nixConfig = {
commit-lockfile-summary = "build(flake): update inputs";
extra-substituters = [
"https://cache.lix.systems"
];
extra-trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
};
inputs = {