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