Skip to content

Commit 97e5d06

Browse files
committed
config(flake.nix): Specify the Cachix binary cache for this repo
1 parent c8745de commit 97e5d06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
description = "nix-blockchain-development";
33

4+
nixConfig = {
5+
extra-substituters = "https://nix-blockchain-development.cachix.org";
6+
extra-trusted-public-keys = "nix-blockchain-development.cachix.org-1:Ekei3RuW3Se+P/UIo6Q/oAgor/fVhFuuuX5jR8K/cdg=";
7+
};
8+
49
inputs = {
510
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
611
flake-utils.url = github:numtide/flake-utils;

0 commit comments

Comments
 (0)