It would be very useful to provide a ready-to-use development environment for Bitcoin Core using Nix. This environment should include all the dependencies required to build and run Core, allowing contributors to simply enter the shell and start coding and compiling without additional setup.
This would simplify onboarding for new contributors
A Nix shell (shell.nix) or Nix Flake could achieve this by specifying all build dependencies and environment variables needed for Bitcoin Core development.