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

depot.tvix.crates.workspaceMembers.tvix-castore.build.override {
  runTests = true;
  testPreRun = ''
    export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt;
  '';
}