Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some stray Cargo.nix #245

Merged

Conversation

Ericson2314
Copy link
Collaborator

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

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

This means these list should match:

1. ```bash
   git ls-files sample_projects/*/Cargo.nix | sort
   ```

2. ```bash
   nix eval --json -f ./tests.nix buildTestConfigs \
     | jq -r '.[].pregeneratedBuild | select(. != null)' \
     | sort
   ```
@Ericson2314 Ericson2314 merged commit 64846b0 into nix-community:master Jul 19, 2022
@Ericson2314 Ericson2314 deleted the remove-extra-cargo.nix branch July 19, 2022 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant