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

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