feat: setup lix binary cache
This commit is contained in:
parent
b912daedcd
commit
64c9305120
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,14 @@
|
||||||
{
|
{
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
commit-lockfile-summary = "build(flake): update inputs";
|
commit-lockfile-summary = "build(flake): update inputs";
|
||||||
|
|
||||||
|
extra-substituters = [
|
||||||
|
"https://cache.lix.systems"
|
||||||
|
];
|
||||||
|
|
||||||
|
extra-trusted-public-keys = [
|
||||||
|
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|
Loading…
Reference in a new issue