A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
Go to file
Ivan Petkov 7b80c23eb5
Update configureCargoVendoredDepsHook to use $CARGO_HOME/config.toml
* Rather than clobbering the project's .cargo/config.toml file (if it
  exists), the setup hook will update the base configuration used in
  $CARGO_HOME/config.toml
* This potentially allows for projects who know what they are doing to
  more easily replace their own sources, while falling back to our
  configuration
2021-12-28 16:05:20 -08:00
checks Initial commit 2021-12-26 11:47:59 -08:00
lib Explicitly define more defaults for buildWithCargo 2021-12-28 15:27:49 -08:00
pkgs Update configureCargoVendoredDepsHook to use $CARGO_HOME/config.toml 2021-12-28 16:05:20 -08:00
.envrc Initial commit 2021-12-26 11:47:59 -08:00
.gitignore Initial commit 2021-12-26 11:47:59 -08:00
flake.lock Initial commit 2021-12-26 11:47:59 -08:00
flake.nix Add buildWithCargo as a thin wrapper around mkDerivation 2021-12-26 16:27:09 -08:00