defaulting to the version of python the nix devs want to use
This commit is contained in:
parent
d4aef3869f
commit
1308f93069
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue