tvl-depot/tvix/nix-compat/default.nix
Florian Klink 42d3c1a748 test(tvix/nix-compat/nar/writer/sync): add tests
Change-Id: I04c556e7b57f20dd33f71b0379e6104e1702a8ee
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9785
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2023-10-18 12:31:57 +00:00

7 lines
221 B
Nix

{ depot, ... }:
depot.tvix.crates.workspaceMembers.nix-compat.build.override {
runTests = true;
# make sure we also enable async here, so run the tests behind that feature flag.
features = [ "default" "async" ];
}