about summary refs log tree commit diff
path: root/tvix/castore/default.nix
{ 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;
  '';
}