crane/pkgs
Ivan Petkov b8d083cd7e
Implement automatically setting up a vendor dir from source
* If the source root contains a Cargo.lock file it will be used to
  create a vendor directory
* Otherwise a (descriptive) error will be thrown describing how to
  remediate
* The caller can, of course, manually specify their own `cargoVendorDir`
  which will skip the default vendoring
2021-12-28 15:15:10 -08:00
..
configureCargoCommonVarsHook.sh Add configureCargoCommonVarsHook 2021-12-26 17:17:39 -08:00
configureCargoVendoredDepsHook.sh Add buildWithCargo as a thin wrapper around mkDerivation 2021-12-26 16:27:09 -08:00
copyCargoTargetToOutputHook.sh Implement automatically setting up a vendor dir from source 2021-12-28 15:15:10 -08:00
default.nix Implement automatically setting up a vendor dir from source 2021-12-28 15:15:10 -08:00
inheritCargoTargetHook.sh Implement automatically setting up a vendor dir from source 2021-12-28 15:15:10 -08:00