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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue