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 13771377 # The list of exported 'checks' that are run with every run of 'nix
13781378 # flake check'. This is run in the CI system, as well.
13791379 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 ;
13831383 inherit ( basePackages ) wal-g-2 wal-g-3 dbmate-tool pg_regress ;
13841384 } // pkgs . lib . optionalAttrs ( system == "aarch64-linux" ) {
13851385 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