Skip to content

Commit

Permalink
Add mise cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shikanime committed Oct 24, 2024
1 parent a7ad2d9 commit cc8066c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/common-caches/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Common Caches",
"id": "common-caches",
"version": "3.1.1",
"version": "3.1.2",
"description": "Setup common caches for various package managers.",
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
"mounts": [
Expand Down Expand Up @@ -39,6 +39,11 @@
"source": "pdm-cache",
"target": "/home/vscode/.cache/pdm",
"type": "volume"
},
{
"source": "mise-cache",
"target": "/home/vscode/.cache/mise",
"type": "volume"
}
]
}

0 comments on commit cc8066c

Please sign in to comment.