migrate from raw flake to devenv

This commit is contained in:
2026-02-01 01:59:03 +01:00
parent 547c7d9b11
commit b978c01af4
9 changed files with 183 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
{
"recommendations": [
"arrterian.nix-env-selector",
"jnoortheen.nix-ide",
"detachhead.basedpyright"
"detachhead.basedpyright",
"mkhl.direnv"
]
}

View File

@@ -1,13 +1,4 @@
{
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
"terminal.integrated.profiles.linux": {
"Nix Shell": {
"path": "nix",
"args": ["develop"],
"icon": "terminal-linux"
}
},
"terminal.integrated.defaultProfile.linux": "Nix Shell",
"ansible.python.interpreterPath": "/bin/python",
"python.defaultInterpreterPath": "${env:PYTHON_BIN}"
}