Skip to content

Commit 93f844d

Browse files
authored
Merge branch 'main' into feat/pharos
2 parents 82fa38c + a166c07 commit 93f844d

File tree

22 files changed

+685
-143
lines changed

22 files changed

+685
-143
lines changed

.github/workflows/reusable-update-flake-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
uses: metacraft-labs/nix-update-action@main
5858
with:
5959
token: ${{ steps.generate-token.outputs.token }}
60-
blacklist: 'ci-matrix,folder-size-metrics,mcl,validator-ejector'
60+
blacklist: 'ci-matrix,folder-size-metrics,mcl'

checks/packages-ci-matrix.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
// optionalAttrs (system == "x86_64-linux" || system == "aarch64-darwin") {
3434
inherit (self'.legacyPackages.inputs.ethereum-nix) geth;
3535
}
36-
// optionalAttrs isLinux {
37-
inherit (inputs'.validator-ejector.packages) validator-ejector;
38-
}
3936
// optionalAttrs (system == "x86_64-linux") {
4037
inherit (pkgs) terraform;
4138
inherit (self'.legacyPackages.inputs.terranix) terranix;

0 commit comments

Comments
 (0)