Skip to content

Commit

Permalink
ci: update cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Oct 27, 2023
1 parent 5751833 commit c9df951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/MartinBernstorff/nimble-python-cookiecutter",
"commit": "80b90f37d8ce87ffb1ab97cf2b518fc0fd431dfb",
"commit": "5a729f8039fb1444652177ddd964d1560c0b941d",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"dockerfile": "../Dockerfile",
"cacheFrom": "ghcr.io/martinbernstorff/personal-mnemonic-medium-devcontainer:latest"
},
// "features": {},
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -23,6 +22,9 @@
]
}
},
"mounts": [
"source=${localEnv:HOME}/.config/gh/hosts.yml,target=/root/.config/gh/hosts.yml,type=bind,consistency=cache", // GitHub CLI authentication login
],
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},
Expand Down

0 comments on commit c9df951

Please sign in to comment.