[feat] dev container config

This commit is contained in:
April John 2024-04-16 17:01:16 +00:00 committed by GitHub
parent 9dd37f483a
commit 14f21c997e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/nix:1": {},
"ghcr.io/devcontainers/features/rust:1": {}
}
}