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 bac931aCopy full SHA for bac931a
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