Setup lix and get rid of duplicate inputs #3

Merged
chef merged 3 commits from setup-lix into main 2024-05-21 18:43:18 +00:00
Showing only changes of commit 64c9305120 - Show all commits

View file

@ -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 = {