Skip to content

Commit

Permalink
Include cache in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 24, 2023
1 parent e872623 commit ab42e60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit ab42e60

Please sign in to comment.