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 = {