From ab42e60bd2c7d163b6c3e8aafc63fa5c2259d81c Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sat, 24 Jun 2023 15:11:17 -0400 Subject: [PATCH] Include cache in flake --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b30a9648..31c8eba3 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,13 @@ { 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";