1ebda9e13e
This project was not previously covered by CI (fixed in this commit), so we didn't catch breakage due to a renamed module. This was noticed while rebasing a CL that has a dependency on this crate in its Nix build. Change-Id: Ic48570b9313e5f73e14daab50cf7ea70918c94d1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7778 Reviewed-by: flokli <flokli@flokli.de> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
5 lines
106 B
Nix
5 lines
106 B
Nix
{ depot, ... }:
|
|
|
|
depot.tvix.crates.workspaceMembers.tvix-derivation.build.override {
|
|
runTests = true;
|
|
}
|