A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
Go to file
Ivan Petkov 263fe7c78f
Fix operator precedence typo
* In Nix the `or` operator has higher precedence than function
  application, therefore `x or y z` parses as `(x or y) z`
2022-01-08 16:57:45 -08:00
checks mkDummySrc: drop dummy lib.rs by default, not main.rs 2022-01-07 20:42:24 -08:00
lib Fix operator precedence typo 2022-01-08 16:57:45 -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