6 lines
99 B
Nix
6 lines
99 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
depot.tvix.crates.workspaceMembers.tvix-nar.build.override {
|
||
|
runTests = true;
|
||
|
}
|