summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-10-15 14:34:28 -0400
committerfigsoda <figsoda@pm.me>2022-11-22 14:10:25 -0500
commit82fe76d1cd0ff6607c4c6383fb9620f6615a84a0 (patch)
treef06baa715d7fd18c6bb45e5b936bbd8be9d9c64f /pkgs/top-level/aliases.nix
parentbae852e93ba71c594bbeae634eb3aa6a29a66044 (diff)
downloadnixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.gz
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.bz2
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.lz
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.xz
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.tar.zst
nixpkgs-82fe76d1cd0ff6607c4c6383fb9620f6615a84a0.zip
carnix,cratesIO: remove
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index a28f2799458..3ce97f6b505 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -177,6 +177,7 @@ mapAliases ({
   cask = emacs.pkgs.cask; # Added 2022-11-12
   cargo-download = throw "cargo-download has been removed from nixpkgs as it is unmaintained, use cargo-clone instead"; # Added 2022-10-11
   cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead"; # Added 2020-08-20
+  carnix = throw "carnix has been removed, use alternatives such as naersk and crate2nix instead"; # Added 2022-11-22
   casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken";
   cassandra_2_1 = throw "cassandra_2_1 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
   cassandra_2_2 = throw "cassandra_2_2 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
@@ -195,6 +196,7 @@ mapAliases ({
   clickshare-csc1 = throw "'clickshare-csc1' has been removed as it requires qt4 which is being removed"; # Added 2022-06-16
   inherit (libsForQt5.mauiPackages) clip; # added 2022-05-17
   cpp-ipfs-api = cpp-ipfs-http-client; # Project has been renamed. Added 2022-05-15
+  cratesIO = throw "cratesIO has been removed, use alternatives such as naersk and crate2nix instead"; # Added 2022-11-22
   creddump = throw "creddump has been removed from nixpkgs as the upstream has abandoned the project"; # Added 2022-01-01
 
   # these are for convenience, not for backward compat and shouldn't expire