Remove etc/shell.nix in favour of shell.nix (#34336)

Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
Delan Azabani 2024-11-22 12:03:35 +08:00 committed by GitHub
parent 1f0b88934b
commit 67012a5091
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 7 deletions

View file

@ -7,8 +7,7 @@ license = "MPL-2.0"
publish = false
# Do not use workspace dependencies in this package!
# In etc/shell.nix, we filter Cargo.lock and build this package in isolation,
# so it needs to make sense without the workspace manifest.
# crown is not part of the Cargo workspace.
[dev-dependencies]
compiletest_rs = { version = "0.11", features = ["tmp"] }