Skip to content

Commit

Permalink
fixup! fix(nix): seperate tee_prover and zksync deps
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Oct 10, 2024
1 parent d083f94 commit cb4d193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

packages = {
# to ease potential cross-compilation, the overlay is used
inherit (appliedOverlay.zksync-era) tee_prover container-tee-prover-azure container-tee-prover-dcap;
inherit (appliedOverlay.zksync-era) zksync tee_prover container-tee-prover-azure container-tee-prover-dcap;
default = appliedOverlay.zksync-era.tee_prover;
};

Expand Down

0 comments on commit cb4d193

Please sign in to comment.