From d41937d363d99484671ed313c5ba28e8ff6ec904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 26 May 2025 14:44:39 +0200 Subject: [PATCH] drop binary cache from flake It's not really needed anymore and concerns user when instantiating templates: https://github.com/nix-community/nix-direnv/issues/576 --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 8ba07c5..96f00b4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,6 @@ { description = "A faster, persistent implementation of `direnv`'s `use_nix`, to replace the built-in one."; - nixConfig.extra-substituters = [ "https://cache.thalheim.io" ]; - nixConfig.extra-trusted-public-keys = [ - "cache.thalheim.io-1:R7msbosLEZKrxk/lKxf9BTjOOH7Ax3H0Qj0/6wiHOgc=" - ]; - inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-parts = {