summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authormdarocha <git@mdarocha.pl>2023-09-16 00:56:38 +0200
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-09-16 02:55:44 +0000
commitf773e7cf09f983fefca6733b0981e3037927c30d (patch)
tree10e436bc8a153ec414caa75949909c9cb7a1412f /pkgs/top-level
parent056bce2350f8cdf639c316cf983d17ac9a9ef58d (diff)
downloadnixpkgs-f773e7cf09f983fefca6733b0981e3037927c30d.tar
nixpkgs-f773e7cf09f983fefca6733b0981e3037927c30d.tar.gz
nixpkgs-f773e7cf09f983fefca6733b0981e3037927c30d.tar.bz2
nixpkgs-f773e7cf09f983fefca6733b0981e3037927c30d.tar.lz
nixpkgs-f773e7cf09f983fefca6733b0981e3037927c30d.tar.xz
nixpkgs-f773e7cf09f983fefca6733b0981e3037927c30d.tar.zst
nixpkgs-f773e7cf09f983fefca6733b0981e3037927c30d.zip
pash: remove
The package is old and fully replaced by PowerShell
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 2ca34f27060..363e0969e10 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1301,6 +1301,7 @@ mapAliases ({
   parity-ui = throw "parity-ui was removed because it was broken and unmaintained by upstream"; # Added 2022-01-10
   parquet-cpp = throw "'parquet-cpp' has been renamed to/replaced by 'arrow-cpp'"; # Converted to throw 2022-02-22
   patchmatrix = throw "'patchmatrix' has been renamed to/replaced by 'open-music-kontrollers.patchmatrix'"; # Added 2022-03-09
+  pash = throw "'pash' has been removed: abandoned by upstream. Use 'powershell' instead"; # Added 2023-09-16
   pass-otp = throw "'pass-otp' has been renamed to/replaced by 'pass.withExtensions'"; # Converted to throw 2022-02-22
   pbis-open = throw "pbis-open has been removed, because it is no longer maintained upstream"; # added 2021-12-15
   pdf-redact-tools = throw "pdf-redact-tools has been removed from nixpkgs because the upstream has abandoned the project"; # Added 2022-01-01
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 19462204a11..d91b0710826 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -15420,8 +15420,6 @@ with pkgs;
 
   loksh = callPackage ../shells/loksh { };
 
-  pash = callPackage ../shells/pash { };
-
   scponly = callPackage ../shells/scponly { };
 
   rush = callPackage ../shells/rush { };