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