There was an error while loading. Please reload this page.
1 parent 514d1a5 commit 377291aCopy full SHA for 377291a
flake.nix
@@ -1,6 +1,11 @@
1
{
2
description = "Prototype tooling for deploying PostgreSQL";
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
+ };
9
inputs = {
10
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
11
flake-utils.url = "github:numtide/flake-utils";
0 commit comments