1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Include cache in flake

This commit is contained in:
Brenden Matthews 2023-06-24 15:11:17 -04:00
parent e872623aed
commit ab42e60bd2
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0

View File

@ -1,6 +1,13 @@
{ {
description = "A Nix flake for Conky, including a dev shell"; 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 = { inputs = {
nixpkgs = { nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable"; url = "github:nixos/nixpkgs/nixos-unstable";