diff --git a/pkgs/by-name/wi/wifi-password/package.nix b/pkgs/by-name/wi/wifi-password/package.nix deleted file mode 100644 index 709261f4ce9a..000000000000 --- a/pkgs/by-name/wi/wifi-password/package.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, -}: - -stdenv.mkDerivation rec { - version = "0.1.0"; - pname = "wifi-password"; - - src = fetchFromGitHub { - owner = "rauchg"; - repo = "wifi-password"; - rev = version; - sha256 = "0sfvb40h7rz9jzp4l9iji3jg80paklqsbmnk5h7ipsv2xbsplp64"; - }; - - installPhase = '' - mkdir -p $out/bin - cp wifi-password.sh $out/bin/wifi-password - ''; - - meta = { - homepage = "https://github.com/rauchg/wifi-password"; - description = "Get the password of the wifi you're on"; - platforms = lib.platforms.darwin; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.nikitavoloboev ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 50c369954d21..7155fddfd0d3 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -2445,6 +2445,7 @@ mapAliases { webmetro = throw "'webmetro' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 wg-bond = throw "'wg-bond' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 whatsapp-for-linux = wasistlos; # Added 2025-01-30 + wifi-password = throw "'wifi-password' has been removed as it was unmaintained upstream"; # Added 2025-08-29 wineWayland = wine-wayland; winhelpcgi = throw "'winhelpcgi' has been removed as it was unmaintained upstream and broken with GCC 14"; # Added 2025-06-14 win-pvdrivers = throw "'win-pvdrivers' has been removed as it was subject to the Xen build machine compromise (XSN-01) and has open security vulnerabilities (XSA-468)"; # Added 2025-08-29