Skip to content

Commit bac931a

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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 = [
6+
"nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=%"
7+
];
8+
};
49
inputs = {
510
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
611
flake-utils.url = "github:numtide/flake-utils";

0 commit comments

Comments
 (0)