A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
Go to file
Ivan Petkov 1c9633f4aa
mkDummySrc: allow cargoLock location to be passed in by caller
* This can potentially allow callers to build crates which may not have
  a Cargo.lock in their source but needs to be passed in from
  _elsewhere_
2022-01-07 20:54:07 -08:00
checks mkDummySrc: drop dummy lib.rs by default, not main.rs 2022-01-07 20:42:24 -08:00
lib mkDummySrc: allow cargoLock location to be passed in by caller 2022-01-07 20:54:07 -08:00
pkgs Rename copyCargoTargetToOutputHook to installCargoTargetDirHook 2022-01-03 19:57:35 -08:00
.envrc Move all tests (except for formatting) out of flake checks 2021-12-30 17:18:17 -08:00
.gitignore Add checks for cleanCargoToml 2021-12-29 19:26:55 -08:00
default.nix Move all tests (except for formatting) out of flake checks 2021-12-30 17:18:17 -08:00
flake.lock Move all tests (except for formatting) out of flake checks 2021-12-30 17:18:17 -08:00
flake.nix Bring all tests back under nix flake check 2022-01-04 12:55:36 -08:00