File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1383
1383
inherit ( basePackages ) wal-g-2 wal-g-3 ;
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 ;
1386
- } // pkgs . lib . optionalAttrs ( system == "x86_64-linux" || system == "aarch64-linux" ) {
1386
+ } // pkgs . lib . optionalAttrs ( system == "x86_64-linux" ) {
1387
1387
pg_graphql = import ./nix/ext/tests/pg_graphql.nix { inherit self ; inherit pkgs ; } ;
1388
1388
} ;
1389
1389
Original file line number Diff line number Diff line change 1
1
{
2
+ "0.9.5" : {
3
+ "hash" : " sha256-GpXQUOBuojAqPXyRR+k8AVW2XzBbn6V0+2dhP4w4Vs8=" ,
4
+ "rust" : {
5
+ "1.70.0" : {
6
+ "cargoHash" : " sha256-YbwGh3tbt8W9/VOu11fTWO9fRMUlrwJnG4wxUHuyX10="
7
+ }
8
+ }
9
+ },
2
10
"0.9.7" : {
3
11
"hash" : " sha256-uDBq7tUZ9f8h5nlRFR1mv4+Ty1OFtAk5P7OTNQPI1gI=" ,
4
12
"rust" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"pg_graphql" : {
3
+ "1.2.2" : {
4
+ "postgresql" : [
5
+ " 15"
6
+ ],
7
+ "hash" : " sha256-SKbUDasdhz/L5UDyMH4gXmFfHHhGx81H90gfIclGwjU=" ,
8
+ "pgrx" : " 0.9.5" ,
9
+ "rust" : " 1.70.0"
10
+ },
3
11
"1.2.3" : {
4
12
"postgresql" : [
5
13
" 15"
You can’t perform that action at this time.
0 commit comments