Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:zombodb/pgx into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Nov 19, 2021
2 parents c83b4c6 + cf42696 commit de14924
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
naersk.url = "github:nix-community/naersk";
nixpkgs.url = "github:NixOS/nixpkgs";
nixpkgs.url = "nixpkgs";
};

outputs = { self, nixpkgs, naersk }:
Expand Down
6 changes: 3 additions & 3 deletions nix/templates/default/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pg14 = ["pgx/pg14", "pgx-tests/pg14" ]
pg_test = []

[dependencies]
pgx = "0.1.22"
pgx-macros = "0.1.22"
pgx = "0.2"
pgx-macros = "0.2"

[dev-dependencies]
pgx-tests = "0.1.22"
pgx-tests = "0.2"
tempdir = "0.3.7"
once_cell = "1.7.2"

Expand Down
2 changes: 1 addition & 1 deletion nix/templates/default/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
naersk.url = "github:nmattia/naersk";
naersk.url = "github:nix-community/naersk";
pgx.url = "github:zombodb/pgx/develop";
pgx.inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down

0 comments on commit de14924

Please sign in to comment.