File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 397397 pg_regress
398398 ;
399399 }
400- // pkgs . lib . optionalAttrs ( system == "aarch64-linux" ) {
401- inherit ( self' . packages )
402- postgresql_15_debug
403- postgresql_15_src
404- postgresql_orioledb-17_debug
405- postgresql_orioledb-17_src
406- postgresql_17_debug
407- postgresql_17_src
408- ;
409- }
410- // pkgs . lib . optionalAttrs ( system == "x86_64-linux" ) (
400+ // pkgs . lib . optionalAttrs ( system == "aarch64-linux" ) (
411401 {
412- devShell = self' . devShells . default ;
402+ inherit ( self' . packages )
403+ postgresql_15_debug
404+ postgresql_15_src
405+ postgresql_orioledb-17_debug
406+ postgresql_orioledb-17_src
407+ postgresql_17_debug
408+ postgresql_17_src
409+ ;
413410 }
414411 // ( import ./ext/tests {
415412 inherit self ;
416413 inherit pkgs ;
417414 } )
415+ // pkgs . lib . optionalAttrs ( system == "x86_64-linux" ) { devShell = self' . devShells . default ; }
418416 ) ;
419417 } ;
420418}
You can’t perform that action at this time.
0 commit comments