defaulting to the version of python the nix devs want to use

This commit is contained in:
Don Harper 2023-10-28 13:21:42 -05:00
parent d4aef3869f
commit 1308f93069

View file

@ -7,7 +7,7 @@ let
python-dateutil
setuptools
];
python-with-my-packages = pkgs.python310Full.withPackages my-python-packages;
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
in
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -179,7 +179,7 @@ in
pulseaudio
ruby
steam
udiskie
#udiskie
wireplumber
wlsunset
xdg-utils