We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8745de commit 97e5d06Copy full SHA for 97e5d06
flake.nix
@@ -1,6 +1,11 @@
1
{
2
description = "nix-blockchain-development";
3
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
+
9
inputs = {
10
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
11
flake-utils.url = github:numtide/flake-utils;
0 commit comments