diff --git a/flake.nix b/flake.nix
index cd0c51352c7f633db9679552952379584347fb57..4d41dd5001ec70604cd1c94b2d5c3b1f25631bab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,11 @@
 {
   description = "Multi contact trajectory generation for the COM using Bezier curves";
 
+  nixConfig = {
+    extra-substituters = [ "https://gepetto.cachix.org" ];
+    extra-trusted-public-keys = [ "gepetto.cachix.org-1:toswMl31VewC0jGkN6+gOelO2Yom0SOHzPwJMY2XiDY=" ];
+  };
+
   inputs = {
     nixpkgs.url = "github:nim65s/nixpkgs/gepetto";
     flake-parts = {