Skip to content

Commit 8a4d1b8

Browse files
deepfireangerman
authored andcommitted
workbench: drop the membench & multiple node input flakes
Signed-off-by: Moritz Angermann <[email protected]>
1 parent e61ad48 commit 8a4d1b8

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

flake.nix

-34
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,6 @@
5959
# };
6060
customConfig.url = "github:input-output-hk/empty-flake";
6161

62-
node-measured = {
63-
url = "github:input-output-hk/cardano-node";
64-
inputs.cardano-node-workbench.follows = "cardano-node-workbench";
65-
# break the recursion
66-
inputs.node-measured.follows = "node-measured";
67-
};
68-
node-snapshot = {
69-
url = "github:input-output-hk/cardano-node/7f00e3ea5a61609e19eeeee4af35241571efdf5c";
70-
inputs.membench.follows = "empty-flake";
71-
};
72-
node-process = {
73-
url = "github:input-output-hk/cardano-node";
74-
flake = false;
75-
};
76-
## This pin is to prevent workbench-produced geneses being regenerated each time the node is bumped.
77-
cardano-node-workbench = {
78-
url = "github:input-output-hk/cardano-node/ed9932c52aaa535b71f72a5b4cc0cecb3344a5a3";
79-
# This is to avoid circular import (TODO: remove this workbench pin entirely using materialization):
80-
inputs.membench.follows = "empty-flake";
81-
};
82-
8362
empty-flake.url = "github:input-output-hk/empty-flake";
8463

8564
cardano-mainnet-mirror.url = "github:input-output-hk/cardano-mainnet-mirror/nix";
@@ -103,10 +82,6 @@
10382
, ops-lib
10483
, plutus-apps
10584
, cardano-mainnet-mirror
106-
, node-snapshot
107-
, node-measured
108-
, node-process
109-
, cardano-node-workbench
11085
, tullia
11186
, std
11287
, nix2container
@@ -148,15 +123,6 @@
148123
// import ./nix/svclib.nix { inherit (final) pkgs; };
149124
})
150125
(import ./nix/pkgs.nix)
151-
(import ./nix/workbench/membench/membench-overlay.nix
152-
{
153-
inherit
154-
lib
155-
input
156-
cardano-mainnet-mirror
157-
node-snapshot node-measured node-process;
158-
customConfig = customConfig.membench;
159-
})
160126
self.overlay
161127
] ++ (import ops-lib.outPath {}).overlays;
162128

0 commit comments

Comments
 (0)