Use python3Full as default in pyshell.nix
This commit is contained in:
parent
323dde4139
commit
dbb69ee11d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
python3 ? pkgs.python3,
|
||||
python3 ? pkgs.python3Full,
|
||||
extraPackages ? with pkgs; [ uv ],
|
||||
}:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue