5 lines
101 B
Nix
5 lines
101 B
Nix
{ depot, ... }:
|
|
|
|
depot.snix.crates.workspaceMembers.nix-daemon.build.override {
|
|
runTests = true;
|
|
}
|