use nix provided python as default interpreter

This commit is contained in:
2025-04-21 23:01:58 +02:00
parent 1a88b1c602
commit 947f154a81
2 changed files with 8 additions and 4 deletions

View File

@@ -8,5 +8,6 @@
}
},
"terminal.integrated.defaultProfile.linux": "Nix Shell",
"ansible.python.interpreterPath": "/bin/python"
"ansible.python.interpreterPath": "/bin/python",
"python.defaultInterpreterPath": "${env:PYTHON_BIN}"
}