File tree 1 file changed +0
-34
lines changed
1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 59
59
# };
60
60
customConfig . url = "github:input-output-hk/empty-flake" ;
61
61
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
-
83
62
empty-flake . url = "github:input-output-hk/empty-flake" ;
84
63
85
64
cardano-mainnet-mirror . url = "github:input-output-hk/cardano-mainnet-mirror/nix" ;
103
82
, ops-lib
104
83
, plutus-apps
105
84
, cardano-mainnet-mirror
106
- , node-snapshot
107
- , node-measured
108
- , node-process
109
- , cardano-node-workbench
110
85
, tullia
111
86
, std
112
87
, nix2container
148
123
// import ./nix/svclib.nix { inherit ( final ) pkgs ; } ;
149
124
} )
150
125
( 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
- } )
160
126
self . overlay
161
127
] ++ ( import ops-lib . outPath { } ) . overlays ;
162
128
You can’t perform that action at this time.
0 commit comments