File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ final: prev: with final; {
3
3
4
4
inherit ( cardanoNodeProject . args ) compiler-nix-name ;
5
5
6
- # The is used by nix/regenerate.sh to pre-compute package list to avoid double evaluation.
7
- genProjectPackages = lib . genAttrs
8
- ( lib . attrNames ( haskell-nix . haskellLib . selectProjectPackages
9
- cardanoNodeProject . hsPkgs ) )
10
- ( name : lib . attrNames cardanoNodeProject . pkg-set . options . packages . value . ${ name } . components . exes ) ;
11
-
12
6
cabal = haskell-nix . cabal-install . ${ compiler-nix-name } ;
13
7
14
8
hlint = haskell-nix . tool compiler-nix-name "hlint" {
Original file line number Diff line number Diff line change 70
70
in
71
71
{
72
72
"ci/pr/required" = mkBulkJobsTask "pr.required" ;
73
- "ci/pr/nonrequired" = mkBulkJobsTask "pr.nonrequired" ;
73
+ "ci/pr/nonrequired" = mkBulkJobsTask "pr.nonrequired --keep-going " ;
74
74
"ci/push/required" = mkBulkJobsTask "required" ;
75
75
76
76
"ci/cardano-deployment" = { lib , ... } @ args : {
You can’t perform that action at this time.
0 commit comments