File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1377
1377
# The list of exported 'checks' that are run with every run of 'nix
1378
1378
# flake check'. This is run in the CI system, as well.
1379
1379
checks = {
1380
- psql_15 = makeCheckHarness basePackages . psql_15 . bin ;
1381
- psql_17 = makeCheckHarness basePackages . psql_17 . bin ;
1382
- psql_orioledb-17 = makeCheckHarness basePackages . psql_orioledb-17 . bin ;
1380
+ psql_15 = basePackages . psql_15 . bin ;
1381
+ psql_17 = basePackages . psql_17 . bin ;
1382
+ psql_orioledb-17 = basePackages . psql_orioledb-17 . bin ;
1383
1383
inherit ( basePackages ) wal-g-2 wal-g-3 dbmate-tool pg_regress ;
1384
1384
} // pkgs . lib . optionalAttrs ( system == "aarch64-linux" ) {
1385
1385
inherit ( basePackages ) postgresql_15_debug postgresql_15_src postgresql_orioledb-17_debug postgresql_orioledb-17_src postgresql_17_debug postgresql_17_src ;
You can’t perform that action at this time.
0 commit comments