From a7db972d7c0ef0171332560a28603ba8c0f6bd2c Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sun, 11 Feb 2024 01:59:58 +0100 Subject: [PATCH] Unused `nixConfig` --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 5c84900..3e63ada 100644 --- a/flake.nix +++ b/flake.nix @@ -48,10 +48,4 @@ ./ci ]; }; - - # Not hitting it - # nixConfig = { - # extra-substituters = ["https://nix-community.cachix.org"]; - # extra-trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; - # }; }