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 231
231
[ "../config/pgpass-mainnet" ] ;
232
232
packages . cardano-chain-gen . package . extraSrcFiles =
233
233
[ "../schema/*.sql" ] ;
234
-
235
234
} )
236
235
237
236
( { lib , config , ... } :
489
488
in rec {
490
489
checks = staticChecks ;
491
490
491
+ devShells =
492
+ let
493
+ mkVariantShell = compiler : variant :
494
+ lib . nameValuePair "profiled-${ compiler } " v . shell ;
495
+ in
496
+ # "Profiled" devshell variants for each extra compiler
497
+ lib . mapAttrs' mkVariantShell project . profiled . projectVariants // {
498
+ # A "profiled" variant shell for the default compiler
499
+ profiled = project . profiled . shell ;
500
+ } ;
501
+
492
502
hydraJobs = callPackages inputs . iohkNix . utils . ciJobsAggregates {
493
503
ciJobs = flake . hydraJobs ;
494
504
nonRequiredPaths = map lib . hasPrefix nonRequiredPaths ;
You can’t perform that action at this time.
0 commit comments