Use python3Full as default in pyshell.nix

This commit is contained in:
Evie Litherland-Smith 2025-01-21 10:13:28 +00:00
parent 323dde4139
commit dbb69ee11d

View file

@ -1,6 +1,6 @@
{
pkgs ? import <nixpkgs> { },
python3 ? pkgs.python3,
python3 ? pkgs.python3Full,
extraPackages ? with pkgs; [ uv ],
}:
let