From f3a64228a40ecd237f345ae1cc15c6c031739a96 Mon Sep 17 00:00:00 2001 From: atagen Date: Sun, 24 Nov 2024 11:34:44 +1100 Subject: [PATCH] add substituter to flake --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 09d3715..fe29cf2 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,11 @@ }; }; + nixConfig = { + extra-substituters = "https://anmonteiro.nix-cache.workers.dev"; + extra-trusted-public-keys = "ocaml.nix-cache.com-1:/xI2h2+56rwFfKyyFVbkJSeGqSIYMC/Je+7XXqGKDIY="; + }; + outputs = inputs @ { self, nixpkgs,