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 dd3ad19 commit d27e78dCopy full SHA for d27e78d
flake.nix
@@ -1,6 +1,9 @@
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 = [ "nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=%" ];
6
+ };
7
inputs = {
8
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
9
flake-utils.url = "github:numtide/flake-utils";
0 commit comments