A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
Go to file
Ivan Petkov c10fd1c8b1
Set CARGO_HOME in configureCargoCommonVarsHook
* This will define CARGO_HOME to $PWD/.cargo-home to ensure that cargo
  never tries to look for a missing HOME directory as it's default
  location
* The hook is also added to `postPatchHooks` (instead of
  `preConfigureHooks`) to ensure that it runs before all other
  configuration-related hooks
2021-12-28 16:00:50 -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 Set CARGO_HOME in configureCargoCommonVarsHook 2021-12-28 16:00:50 -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