nix-community / crate2nix

rebuild only changed crates in CI with crate2nix and nix
https://nix-community.github.io/crate2nix/
Apache License 2.0
354 stars 83 forks source link

Remove some stray Cargo.nix #245

Closed Ericson2314 closed 2 years ago

Ericson2314 commented 2 years ago

Only the ones that are marked "pregenerated" need to be committed.

This means these list should match:

  1. git ls-files sample_projects/*/Cargo.nix | sort
  2. nix eval --json -f ./tests.nix buildTestConfigs \
     | jq -r '.[].pregeneratedBuild | select(. != null)' \
     | sort