From c3bd82461f8d827c410cf79bff8ef32ce10e17c6 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 26 Aug 2024 18:19:59 +0200 Subject: [PATCH] flake: remove nixConfig --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 6738b7e..6a18311 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,6 @@ { description = "Debugging tools for the HPP project"; - 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 = {