6 lines
113 B
Nix
6 lines
113 B
Nix
|
{ depot, lib, ... }:
|
||
|
|
||
|
depot.tvix.crates.workspaceMembers.nix-compat-derive.build.override {
|
||
|
runTests = true;
|
||
|
}
|