nux: drop (#392242)

authored by Donovan Glover and committed by GitHub fb7aaaae ccf29b98

+1 -44
-44
pkgs/by-name/nu/nux/package.nix
··· 1 - { 2 - lib, 3 - fetchFromGitHub, 4 - rustPlatform, 5 - asciidoctor, 6 - installShellFiles, 7 - }: 8 - 9 - let 10 - pname = "nux"; 11 - version = "0.1.4"; 12 - in 13 - rustPlatform.buildRustPackage { 14 - inherit pname version; 15 - 16 - src = fetchFromGitHub { 17 - owner = "NuxPackage"; 18 - repo = pname; 19 - rev = version; 20 - hash = "sha256-k3HRaWN8/MTZRGWBxI8RRK0tcSYBbSLs3vHkUdLGTc8"; 21 - }; 22 - 23 - useFetchCargoVendor = true; 24 - cargoHash = "sha256-iemfLIiT2BOsf0Q4X8fmEHmgHMd0WQk1t2rmRUuF5pY="; 25 - 26 - nativeBuildInputs = [ 27 - asciidoctor 28 - installShellFiles 29 - ]; 30 - 31 - postInstall = '' 32 - installManPage $releaseDir/build/nux-*/out/nux.1 33 - installShellCompletion $releaseDir/build/nux-*/out/nux.{bash,fish} 34 - installShellCompletion $releaseDir/build/nux-*/out/_nux 35 - ''; 36 - 37 - meta = { 38 - homepage = "https://github.com/NuxPackage/nux"; 39 - description = "Wrapper over the nix cli"; 40 - license = with lib.licenses; [ gpl3Plus ]; 41 - maintainers = [ ]; 42 - mainProgram = "nux"; 43 - }; 44 - }
···
+1
pkgs/top-level/aliases.nix
··· 1117 noto-fonts-extra = noto-fonts; # Added 2023-04-08 1118 NSPlist = nsplist; # Added 2024-01-05 1119 nushellFull = lib.warnOnInstantiate "`nushellFull` has has been replaced by `nushell` as it's features no longer exist" nushell; # Added 2024-05-30 1120 nvidia-podman = throw "podman should use the Container Device Interface (CDI) instead. See https://web.archive.org/web/20240729183805/https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#configuring-podman"; # Added 2024-08-02 1121 nvidia-thrust = throw "nvidia-thrust has been removed because the project was deprecated; use cudaPackages.cuda_cccl"; 1122 nvtop = lib.warnOnInstantiate "nvtop has been renamed to nvtopPackages.full" nvtopPackages.full; # Added 2024-02-25
··· 1117 noto-fonts-extra = noto-fonts; # Added 2023-04-08 1118 NSPlist = nsplist; # Added 2024-01-05 1119 nushellFull = lib.warnOnInstantiate "`nushellFull` has has been replaced by `nushell` as it's features no longer exist" nushell; # Added 2024-05-30 1120 + nux = throw "nux has been removed because it has been abandoned for 4 years"; # Added 2025-03-22 1121 nvidia-podman = throw "podman should use the Container Device Interface (CDI) instead. See https://web.archive.org/web/20240729183805/https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#configuring-podman"; # Added 2024-08-02 1122 nvidia-thrust = throw "nvidia-thrust has been removed because the project was deprecated; use cudaPackages.cuda_cccl"; 1123 nvtop = lib.warnOnInstantiate "nvtop has been renamed to nvtopPackages.full" nvtopPackages.full; # Added 2024-02-25