6 lines
102 B
Nix
6 lines
102 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
(depot.tvix.crates.workspaceMembers.tvix-glue.build.override {
|
||
|
runTests = true;
|
||
|
})
|