Skip to content

Commit e66f498

Browse files
committed
remove nixos tests
1 parent 70d0182 commit e66f498

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

nixos/tests/postgresql/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ in
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;

nixos/tests/postgresql/pgx_ulid.nix

Lines changed: 0 additions & 93 deletions
This file was deleted.

pkgs/servers/sql/postgresql/ext/pgx_ulid.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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 = {

0 commit comments

Comments
 (0)