mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-27 02:52:02 +03:00
dc553e3853
* This hook was never a great implementation to begin with since it would simply search the cargo artifacts directory for binaries and libraries to install * This isn't really great since if we have multiple builds (say one with debug artifacts, one with release artifacts) it isn't exactly clear which artifacts would get installed (or which will get clobbered). * Now that we have installFromCargoBuildLogHook we can simplify the options a bit and only have one main installation method. The caller can always provide their own if they wish |
||
---|---|---|
.. | ||
buildDepsOnly.nix | ||
buildPackage.nix | ||
buildWithCargo.nix | ||
cleanCargoToml.nix | ||
crateNameFromCargoToml.nix | ||
default.nix | ||
downloadCargoPackage.nix | ||
mkCargoDerivation.nix | ||
mkDummySrc.nix | ||
urlForCargoPackage.nix | ||
vendorCargoDeps.nix | ||
vendorCargoDepsFromArgs.nix | ||
writeTOML.nix |