about summary refs log tree commit diff
path: root/tvix/nix_cli/default.nix
blob: 4c79e46cabfa7f118da21cc8d8b1d5ee78ab1f2e (plain) (blame)
1
2
3
4
5
{ depot, ... }:

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