8cdda57580
This crate implements the scanner for finding references to store paths in uncompressed binary blobs and text files. It is currently a minimally working prototype and it is probably a good idea to polish the interface further. Change-Id: I8406f9d52d254fc3d660ea2b9bc9b7841cc815ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/4596 Tested-by: BuildkiteCI Reviewed-by: zseri <zseri.devel@ytrizja.de>
5 lines
110 B
Nix
5 lines
110 B
Nix
{ depot, pkgs, ... }:
|
|
|
|
(import ./Cargo.nix { inherit pkgs; }).rootCrate.build.override {
|
|
runTests = true;
|
|
}
|