Skip to content

Conversation

@docteurklein
Copy link

provides reproductible builds and dev environments, with a ready-to-use postgres server:

build package:

nix build .#pg_render

develop locally

nix develop --impure .
devenv up --tui=false

@docteurklein docteurklein mentioned this pull request Nov 20, 2024

packages.pg_render = pkgs.buildPgrxExtension rec {
pname = "pg_render";
version = "0.1";
Copy link
Owner

Choose a reason for hiding this comment

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

Should this match the actual version 0.1.1?

Copy link
Author

Choose a reason for hiding this comment

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

this should be aligned yes, an oversight on my part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants