crane/lib
2022-10-09 12:56:21 -10:00
..
setupHooks flake: deprecate the packages flake output (#130) 2022-10-09 10:28:48 -07:00
buildDepsOnly.nix buildDepsOnly: accept cargo{Check,Test}ExtraArgs 2022-10-09 12:56:21 -10:00
buildPackage.nix buildPackage: use mkCargoDerivation instead of cargoBuild 2022-10-09 12:56:21 -10:00
cargoAudit.nix cargoAudit: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoBuild.nix cargoBuild: do not run tests 2022-10-09 12:56:21 -10:00
cargoClippy.nix cargoClippy: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoDoc.nix cargoDoc: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoFmt.nix cargoFmt: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoNextest.nix cargoNextest: use mkCargoDerivation instead of cargoBuild 2022-10-09 09:40:53 -10:00
cargoTarpaulin.nix cargoTarpaulin: require that cargoArtifacts are specified 2022-10-09 11:33:57 -10:00
cargoTest.nix Add cargoTest for running crate tests (#132) 2022-10-09 21:00:17 +00:00
cleanCargoSource.nix Add cleanCargoSource and filterCargoSources (#110) 2022-09-21 01:27:47 +00:00
cleanCargoToml.nix Stop passing around fromTOML 2022-06-03 02:01:02 +08:00
crateNameFromCargoToml.nix Stop passing around fromTOML 2022-06-03 02:01:02 +08:00
default.nix Add cargoTest for running crate tests (#132) 2022-10-09 21:00:17 +00:00
downloadCargoPackage.nix chore: switch to runCommandLocal to reduce network pressure 2022-01-30 16:10:41 -08:00
downloadCargoPackageFromGit.nix Fix handling of git repos whose rev is not on the main branch 2022-02-18 18:10:53 -08:00
filterCargoSources.nix Add cleanCargoSource and filterCargoSources (#110) 2022-09-21 01:27:47 +00:00
findCargoFiles.nix Drop compatibility for Nix versions below 2.8.1 2022-06-01 17:05:52 -07:00
mkCargoDerivation.nix mkCargoDerivation: default to empty checkPhaseCargoCommand 2022-10-09 09:40:53 -10:00
mkDummySrc.nix mkDummySrc: fix handling of build scripts (#122) 2022-09-28 02:05:06 +00:00
registryFromDownloadUrl.nix Make crate downloads aware of alternative registries 2022-01-30 23:58:56 +00:00
registryFromGitIndex.nix Rename registryFromGitIndex input to indexUrl for consistency 2022-01-30 23:58:56 +00:00
urlForCargoPackage.nix Make crate downloads aware of alternative registries 2022-01-30 23:58:56 +00:00
vendorCargoDeps.nix Stop passing around fromTOML 2022-06-03 02:01:02 +08:00
vendorCargoRegistries.nix Import groupBy from lib not builtins 2022-06-07 14:51:20 -07:00
vendorGitDeps.nix vendorGitDeps: ignore crates not referenced by Cargo.lock (#71) 2022-08-12 23:48:53 +00:00
writeTOML.nix Minor cleanup 2022-06-02 19:49:44 -07:00