Skip to content

Commit d27e78d

Browse files
committed
chore: add our substituter config to flake.nix
1 parent dd3ad19 commit d27e78d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
description = "Prototype tooling for deploying PostgreSQL";
3-
3+
nixConfig = {
4+
extra-substituters = [ "https://nix-postgres-artifacts.s3.amazonaws.com" ];
5+
extra-trusted-public-keys = [ "nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=%" ];
6+
};
47
inputs = {
58
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
69
flake-utils.url = "github:numtide/flake-utils";

0 commit comments

Comments
 (0)