A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
Go to file
Ivan Petkov 47316bfe5b
Add vendorCargoDepsFromArgs
* This abstracts the path checking and message raised on errors into a
  reusable function
2022-01-03 10:28:56 -08:00
checks Move all tests (except for formatting) out of flake checks 2021-12-30 17:18:17 -08:00
lib Add vendorCargoDepsFromArgs 2022-01-03 10:28:56 -08:00
pkgs Do not copy cargo artifacts into a separate output by default 2022-01-01 11:12:13 -08:00
tests Do not copy cargo artifacts into a separate output by default 2022-01-01 11:12:13 -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 Move all tests (except for formatting) out of flake checks 2021-12-30 17:18:17 -08:00
runTests.sh Move all tests (except for formatting) out of flake checks 2021-12-30 17:18:17 -08:00