File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 240
240
[ "../config/pgpass-mainnet" ] ;
241
241
packages . cardano-chain-gen . package . extraSrcFiles =
242
242
[ "../schema/*.sql" ] ;
243
-
244
243
} )
245
244
246
245
( { lib , config , ... } :
498
497
in rec {
499
498
checks = staticChecks ;
500
499
500
+ devShells =
501
+ let
502
+ mkVariantShell = compiler : variant :
503
+ lib . nameValuePair "profiled-${ compiler } " v . shell ;
504
+ in
505
+ # "Profiled" devshell variants for each extra compiler
506
+ lib . mapAttrs' mkVariantShell project . profiled . projectVariants // {
507
+ # A "profiled" variant shell for the default compiler
508
+ profiled = project . profiled . shell ;
509
+ } ;
510
+
501
511
hydraJobs = callPackages inputs . iohkNix . utils . ciJobsAggregates {
502
512
ciJobs = flake . hydraJobs ;
503
513
nonRequiredPaths = map lib . hasPrefix nonRequiredPaths ;
You can’t perform that action at this time.
0 commit comments