File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 166
166
} ;
167
167
tx-generator = rec {
168
168
# Local reference only used if not "cloud".
169
- nix-store-path = pkgs . cardanoNodePackages . tx-generator ;
169
+ nix-store-path = pkgs . cardanoNodePackages . tx-generator . passthru . noGitRev ;
170
170
flake-reference = "github:intersectmbo/cardano-node" ;
171
- flake-output = "cardanoNodePackages.tx-generator" ;
171
+ flake-output = "cardanoNodePackages.tx-generator.passthru.noGitRev " ;
172
172
} ;
173
173
}
174
174
;
Original file line number Diff line number Diff line change 57
57
;
58
58
} // optionalAttrs profile . node . tracer {
59
59
tracerSocketPath = "../tracer/tracer.socket" ;
60
+ } // optionalAttrs ( ! backend . useCabalRun ) {
61
+ # Use to `noGitRev` to avoid rebuilding on every commit.
62
+ executable = "${ pkgs . cardanoNodePackages . tx-generator . passthru . noGitRev } /bin/tx-generator" ;
60
63
} // optionalAttrs backend . useCabalRun {
61
64
executable = "tx-generator" ;
62
65
} ) ;
You can’t perform that action at this time.
0 commit comments