From 64c9305120b69a365ab3b9289b9a99b65899b6bc Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 21 May 2024 18:41:45 +0200 Subject: [PATCH] feat: setup lix binary cache --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index eaca18e..add4d00 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {