about summary refs log tree commit diff
path: root/tvix/nix_cli/default.nix
{ depot, ... }:

depot.tvix.crates.workspaceMembers.nix-cli.build.override {
  runTests = true;
}