3e03e59893
This embeds the build config directly at the point where `Cargo.nix` is imported, making it transparent to library consumers. Change-Id: I5586e12f02ed14587c32d9ef7d93f079366fb127 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7780 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
5 lines
105 B
Nix
5 lines
105 B
Nix
{ depot, ... }:
|
|
|
|
depot.tvix.crates.workspaceMembers.tvix-store-bin.build.override {
|
|
runTests = true;
|
|
}
|