about summary refs log blame commit diff
path: root/tvix/eval/default.nix
blob: 91661291f7b64c85bd743548d57ed2e7a63c193f (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                        
 

                                                             
 


                                                            
# TODO: find a way to build the benchmarks via crate2nix
{ depot, pkgs, ... }:

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

  # Make C++ Nix available, to compare eval results against.
  testInputs = [ pkgs.nix ];
}