Skip to content

Commit f03bad9

Browse files
authored
Merge pull request #1168 from yvan-sraka/main
Fix broken `.#hydraJobs.x86_64-linux.mithril-end-to-end`
2 parents fdc5b3b + 83456a8 commit f03bad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
mithril-aggregator = buildPackage ./mithril-aggregator/Cargo.toml mithril.cargoArtifacts {};
107107
mithril-signer = buildPackage ./mithril-signer/Cargo.toml mithril.cargoArtifacts {};
108108
mithrildemo = buildPackage ./demo/protocol-demo/Cargo.toml mithril.cargoArtifacts {};
109-
mithril-end-to-end = buildPackage ./mithril-test-lab/mithril-end-to-end/Cargo.toml mithril.cargoArtifacts {};
109+
mithril-end-to-end = buildPackage ./mithril-test-lab/mithril-end-to-end/Cargo.toml null {};
110110
};
111111

112112
devShells.default = pkgs.mkShell {

0 commit comments

Comments
 (0)