checks: add regression test that cleanCargoSource works with non-paths (#726)

This commit is contained in:
Ivan Petkov 2024-10-23 20:40:21 -07:00 committed by GitHub
parent fa8b7445dd
commit f235b656ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,8 @@ in
nativeBuildInputs = [ pkgs.pkg-config ];
};
cleanCargoSourceWorksWithNonPaths = myLib.cleanCargoSource pkgs.ripgrep.src;
cleanCargoTomlTests = callPackage ./cleanCargoTomlTests { };
clippy = callPackage ./clippy { };