+1
-1
nixos/doc/manual/release-notes/rl-2105.xml
+1
-1
nixos/doc/manual/release-notes/rl-2105.xml
···+<literal>vim</literal> and <literal>neovim</literal> switched to Python 3, dropping all Python 2 support.
+69
-7
nixos/modules/services/misc/home-assistant.nix
+69
-7
nixos/modules/services/misc/home-assistant.nix
···+] ++ (unique (optionals (useComponent "bluetooth_tracker" || useComponent "bluetooth_le_tracker") [+# https://www.home-assistant.io/integrations/bluetooth_le_tracker/#rootless-setup-on-core-installs···
+40
-6
nixos/modules/services/networking/mosquitto.nix
+40
-6
nixos/modules/services/networking/mosquitto.nix
······
+12
-4
nixos/tests/home-assistant.nix
+12
-4
nixos/tests/home-assistant.nix
············"mosquitto_pub -V mqttv5 -t home-assistant/test -u ${mqttUsername} -P '${mqttPassword}' -m let_there_be_light"···# example line: 2020-06-20 10:01:32 DEBUG (MainThread) [homeassistant.components.mqtt] Received message on home-assistant/test: b'let_there_be_light'
+4
-1
nixos/tests/mosquitto.nix
+4
-1
nixos/tests/mosquitto.nix
······
+2
-2
pkgs/applications/editors/neovim/default.nix
+2
-2
pkgs/applications/editors/neovim/default.nix
······
+2
-2
pkgs/applications/editors/neovim/neovim-qt.nix
+2
-2
pkgs/applications/editors/neovim/neovim-qt.nix
······
+19
-4
pkgs/applications/editors/neovim/neovim-remote.nix
+19
-4
pkgs/applications/editors/neovim/neovim-remote.nix
······
+1
-2
pkgs/applications/editors/neovim/qt.nix
+1
-2
pkgs/applications/editors/neovim/qt.nix
+5
-12
pkgs/applications/editors/neovim/utils.nix
+5
-12
pkgs/applications/editors/neovim/utils.nix
············+assert withPython2 -> throw "Python2 support has been removed from neovim, please remove withPython2 and extraPython2Packages.";······+assert withPython -> throw "Python2 support has been removed from neovim, please remove withPython and extraPythonPackages.";
+3
-5
pkgs/applications/editors/neovim/wrapper.nix
+3
-5
pkgs/applications/editors/neovim/wrapper.nix
·········+assert withPython2 -> throw "Python2 support has been removed from the neovim wrapper, please remove withPython2 and python2Env.";···
+66
-4
pkgs/applications/editors/vscode/generic.nix
+66
-4
pkgs/applications/editors/vscode/generic.nix
·········
+3
-3
pkgs/applications/networking/cluster/kubelogin-oidc/default.nix
+3
-3
pkgs/applications/networking/cluster/kubelogin-oidc/default.nix
···
+10
-2
pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix
+10
-2
pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix
············
+7
-3
pkgs/data/icons/tela-icon-theme/default.nix
+7
-3
pkgs/data/icons/tela-icon-theme/default.nix
·········
+6
-1
pkgs/development/libraries/py3c/default.nix
+6
-1
pkgs/development/libraries/py3c/default.nix
······
+2
-2
pkgs/development/python-modules/csvw/default.nix
+2
-2
pkgs/development/python-modules/csvw/default.nix
···
+7
-4
pkgs/tools/graphics/pngquant/default.nix
+7
-4
pkgs/tools/graphics/pngquant/default.nix
······description = "A tool to convert 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved";
+5
-1
pkgs/top-level/all-packages.nix
+5
-1
pkgs/top-level/all-packages.nix
···-neovim-remote = callPackage ../applications/editors/neovim/neovim-remote.nix { pythonPackages = python3Packages; };···vscode-with-extensions = callPackage ../applications/editors/vscode/with-extensions.nix {};···