From e297c237720d2053103aabbc4bc222720eb48285 Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 6 Dec 2023 10:31:11 +0100 Subject: [PATCH] remove garnix cache doesn't serve me much at all, and sometimes makes unnecessarily large downloads when rebuilding --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 9ccd983..c043f84 100644 --- a/flake.nix +++ b/flake.nix @@ -1,11 +1,6 @@ { description = "example flake idk"; - nixConfig = { - extra-substituters = ["https://cache.garnix.io"]; - extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; - }; - inputs = { nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs-stable.url = "nixpkgs/nixos-23.05";