chore: make nix compilation environment config more robust (#5183)

* chore: improve nix-shell support

* fix: add pkg-config

* ci: add a github action to ensure build on clean system

* ci: optimise dependencies of task

* ci: move clean build to nightly
This commit is contained in:
Ning Sun
2024-12-18 20:41:24 +08:00
committed by GitHub
parent 548e1988ab
commit 2107737db1
3 changed files with 22 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
[toolchain]
channel = "nightly-2024-10-19"
components = ["rust-analyzer"]