Skip to content

Commit

Permalink
add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Aug 26, 2024
1 parent 4a50057 commit 3161f55
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"image":"mcr.microsoft.com/devcontainers/base:alpine",
"features": {
"ghcr.io/devcontainers/features/nix:1": {
"multiUser": true,
"version": "latest"
}
}
}

0 comments on commit 3161f55

Please sign in to comment.