Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
description = "Prototype tooling for deploying PostgreSQL";
nixConfig = {
# Skip rebuilding all the packages, download instead.
# See nix/docs/binary-cache.nix to set it up.
Comment on lines -4 to -5

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be good to keep the comment, it makes sense to have the doc pointer here since its pretty likely to have someone read the flake at some point.

Maybe we do:

Suggested change
# Skip rebuilding all the packages, download instead.
# See nix/docs/binary-cache.nix to set it up.
# Skip rebuilding all the packages, download instead.
# See nix/docs/binary-cache.nix to set it up.
# nixConfig.extra-substituters = [ "https://nix-postgres-artifacts.s3.amazonaws.com" ];
# nixConfig.extra-trusted-public-keys = [ "nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=" ];

extra-substituters = [ "https://nix-postgres-artifacts.s3.amazonaws.com" ];
};
inputs = {
devshell.url = "github:numtide/devshell";
devshell.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
Loading