From f4f6749fcb2f45d558b52f7b3e2ed42dd26ee2e3 Mon Sep 17 00:00:00 2001 From: Malix - Alix Brunet Date: Mon, 2 Mar 2026 23:34:18 +0100 Subject: [PATCH] feat(flake): substituters --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 1f774be..d0788e6 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,15 @@ }; }; + nixConfig = { + extra-substituters = [ + "https://install.determinate.systems" + ]; + extra-trusted-public-keys = [ + "cache.flakehub.com-3:hJuILl5sVK4iKm86JzgdXW12Y2Hwd5G07qKtHTOcDCM=" + ]; + }; + outputs = { self, nixpkgs, ... }@inputs: let