A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
Go to file
Ivan Petkov edcb983805
Change doCopyTarget to always imply a separate output
* We can simplify the configuration by removing the
  `doCopyTargetToSeparateOutput` parameter
* If a caller wants to copy target artifacts into any other output, it
  is pretty trivial for them to add their own logic for it
2021-12-26 20:11:22 -08:00
checks Initial commit 2021-12-26 11:47:59 -08:00
lib Change doCopyTarget to always imply a separate output 2021-12-26 20:11:22 -08:00
pkgs Change doCopyTarget to always imply a separate output 2021-12-26 20:11:22 -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