From 6c8356fd488a95a7ac397e3692d2153711e168a5 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Fri, 2 Jan 2026 12:27:52 +0800 Subject: [PATCH] chore(flake.nix): remove nixConfig --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index dfacd48..37838d8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,12 +1,4 @@ { - nixConfig = { - extra-substituters = [ - "https://cache.garnix.io" - ]; - extra-trusted-public-keys = [ - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" - ]; - }; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; fenix.url = "github:nix-community/fenix";