wifi-password: drop (#438156)

Changed files
+1 -30
pkgs
by-name
wi
wifi-password
top-level
-30
pkgs/by-name/wi/wifi-password/package.nix
···
-
{
-
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 ];
-
};
-
}
···
+1
pkgs/top-level/aliases.nix
···
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
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
···
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