summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-16 18:01:12 +0000
committerGitHub <noreply@github.com>2023-02-16 18:01:12 +0000
commit164a7e44c7deffc1a73b7b399c1aace017b1ea7b (patch)
tree68caf1a2ec4bb090b4a71ab66d23287f630d0899 /pkgs/top-level/aliases.nix
parent5c852cc5876900f7b15a49bd3e7395e676f54d86 (diff)
parentac1f5b72a9e95873d1de0233fddcb56f99884b37 (diff)
downloadnixpkgs-164a7e44c7deffc1a73b7b399c1aace017b1ea7b.tar
nixpkgs-164a7e44c7deffc1a73b7b399c1aace017b1ea7b.tar.gz
nixpkgs-164a7e44c7deffc1a73b7b399c1aace017b1ea7b.tar.bz2
nixpkgs-164a7e44c7deffc1a73b7b399c1aace017b1ea7b.tar.lz
nixpkgs-164a7e44c7deffc1a73b7b399c1aace017b1ea7b.tar.xz
nixpkgs-164a7e44c7deffc1a73b7b399c1aace017b1ea7b.tar.zst
nixpkgs-164a7e44c7deffc1a73b7b399c1aace017b1ea7b.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 703a58e9f32..6564dd7a449 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1276,6 +1276,7 @@ mapAliases ({
   pulseeffects = throw "Use pulseeffects-legacy if you use PulseAudio and easyeffects if you use PipeWire"; # Added 2021-02-13
   pulseeffects-pw = easyeffects; # Added 2021-07-07
   pyls-black = throw "pyls-black has been removed from nixpkgs. Use python-lsp-black instead."; # Added 2023-01-09
+  pyls-mypy = throw "pyls-mypy has been removed from nixpkgs. Use pylsp-mypy instead."; # Added 2023-01-09
   py-wmi-client = throw "py-wmi-client has been removed: abandoned by upstream"; # Added 2022-04-26
   pydb = throw "pydb has been removed: abandoned by upstream"; # Added 2022-04-22
   pyIRCt = throw "pyIRCt has been removed from nixpkgs as it is unmaintained and python2-only";