1
0

update template

This commit is contained in:
2023-05-20 19:59:23 +02:00
parent 9d969c7181
commit 503808cc85
5 changed files with 24 additions and 28 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"terminal.integrated.profiles.linux": {
"dev-shell": {
"path": "bash",
"args": [ "-c", "nix --experimental-features \"nix-command flakes\" develop"],
"overrideName": true
}
}
}