pg_ed25519: init at 0.2
PostgreSQL extension for signing and verifying ed25519 signatures.
This commit is contained in:
committed by
Austin Seipp
parent
9317014be1
commit
b4e428ecd0
@@ -13,6 +13,8 @@ self: super: {
|
||||
|
||||
pg_bigm = super.callPackage ./ext/pg_bigm.nix { };
|
||||
|
||||
pg_ed25519 = super.callPackage ./ext/pg_ed25519.nix { };
|
||||
|
||||
pg_repack = super.callPackage ./ext/pg_repack.nix { };
|
||||
|
||||
pg_similarity = super.callPackage ./ext/pg_similarity.nix { };
|
||||
|
||||
Reference in New Issue
Block a user