There was an error while loading. Please reload this page.
1 parent ce6d6f4 commit 044fed8Copy full SHA for 044fed8
2 files changed
.helmignore
shell.nix
@@ -3,7 +3,6 @@
3
pkgs.mkShell {
4
packages = [
5
pkgs.python315
6
- # pkgs.python311Packages.pip # REMOVE THIS LINE!
7
];
8
shellHook = ''
9
python -m venv .venv
0 commit comments