You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/top-level/aliases.nix
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,8 @@ mapAliases ({
132
132
bird2=bird;# Added 2022-02-21
133
133
bird6=throw"bird6 was dropped. Use bird instead, which has support for both ipv4/ipv6";# Added 2022-02-21
134
134
bitbucket-cli=throw"bitbucket-cli has been removed: abandoned by upstream";# Added 2022-03-21
135
+
bitcoin-classic=throw"bitcoin-classic has been removed: the Bitcoin Classic project has closed down, https://bitcoinclassic.com/news/closing.html";# Added 2022-11-24
136
+
bitcoind-classic=throw"bitcoind-classic has been removed: the Bitcoin Classic project has closed down, https://bitcoinclassic.com/news/closing.html";# Added 2022-11-24
135
137
bitsnbots=throw"bitsnbots has been removed because it was broken and upstream missing";# Added 2021-08-22
136
138
blastem=throw"blastem has been removed from nixpkgs as it would still require python2";# Added 2022-01-01
0 commit comments