From a24b4b17ee251b8f117a43f37a8cf59ab0e87693 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 26 Jun 2023 19:33:49 -0400 Subject: [PATCH] Get rid these --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index 31c8eba3..51dad51a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,13 +1,5 @@ { description = "A Nix flake for Conky, including a dev shell"; - nixConfig = { - substituters = [ - "https://conky.cachix.org" - ]; - trusted-public-keys = [ - "conky.cachix.org-1:4H7kaqUIbxZO5LReWGyzwh3ktfYJb/K7E9au2gssyzM=" - ]; - }; inputs = { nixpkgs = { url = "github:nixos/nixpkgs/nixos-unstable";