From 1d7c5720615e2d1d80910e98ed61cabaa3c3682a Mon Sep 17 00:00:00 2001 From: aumetra Date: Fri, 15 Nov 2024 20:35:15 +0100 Subject: [PATCH] add nix config --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index f5547e234..ddb32e1db 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,12 @@ # like so `nix build --override-input debugBuild github:boolean-option/true` debugBuild.url = "github:boolean-option/false/d06b4794a134686c70a1325df88a6e6768c6b212"; }; + + nixConfig = { + extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="; + extra-substituters = "https://devenv.cachix.org"; + }; + outputs = { self , devenv