File tree Expand file tree Collapse file tree 3 files changed +0
-96
lines changed
pkgs/servers/sql/postgresql/ext Expand file tree Collapse file tree 3 files changed +0
-96
lines changed Original file line number Diff line number Diff line change 2020 anonymizer = importWithArgs ./anonymizer.nix ;
2121 pgjwt = importWithArgs ./pgjwt.nix ;
2222 pgvecto-rs = importWithArgs ./pgvecto-rs.nix ;
23- pgx_ulid = importWithArgs ./pgx_ulid.nix ;
2423 timescaledb = importWithArgs ./timescaledb.nix ;
2524 tsja = importWithArgs ./tsja.nix ;
2625 wal2json = importWithArgs ./wal2json.nix ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 buildPgrxExtension ,
44 fetchFromGitHub ,
55 nix-update-script ,
6- nixosTests ,
76 postgresql ,
87 util-linux ,
98} :
@@ -35,7 +34,6 @@ buildPgrxExtension rec {
3534
3635 passthru = {
3736 updateScript = nix-update-script { } ;
38- tests = nixosTests . postgresql . pgx_ulid . passthru . override postgresql ;
3937 } ;
4038
4139 meta = {
You can’t perform that action at this time.
0 commit comments