Merge pull request #196157 from cdepillabout/remove-termonad-alias
termonad: remove top-level termonad-with-packages alias
This commit is contained in:
commit
39875184f0
5 changed files with 11 additions and 4 deletions
|
@ -680,6 +680,12 @@
|
||||||
system timezone.
|
system timezone.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The top-level <literal>termonad-with-packages</literal> alias
|
||||||
|
for <literal>termonad</literal> has been removed.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
(Neo)Vim can not be configured with
|
(Neo)Vim can not be configured with
|
||||||
|
|
|
@ -220,6 +220,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
|
||||||
|
|
||||||
- The `paperless` module now defaults `PAPERLESS_TIME_ZONE` to your configured system timezone.
|
- The `paperless` module now defaults `PAPERLESS_TIME_ZONE` to your configured system timezone.
|
||||||
|
|
||||||
|
- The top-level `termonad-with-packages` alias for `termonad` has been removed.
|
||||||
|
|
||||||
- (Neo)Vim can not be configured with `configure.pathogen` anymore to reduce maintainance burden.
|
- (Neo)Vim can not be configured with `configure.pathogen` anymore to reduce maintainance burden.
|
||||||
Use `configure.packages` instead.
|
Use `configure.packages` instead.
|
||||||
- Neovim can not be configured with plug anymore (still works for vim).
|
- Neovim can not be configured with plug anymore (still works for vim).
|
||||||
|
|
|
@ -1142,6 +1142,7 @@ mapAliases ({
|
||||||
telepathy_qt = throw "'telepathy_qt' has been renamed to/replaced by 'telepathy-qt'"; # Converted to throw 2022-02-22
|
telepathy_qt = throw "'telepathy_qt' has been renamed to/replaced by 'telepathy-qt'"; # Converted to throw 2022-02-22
|
||||||
telepathy_qt5 = throw "'telepathy_qt5' has been renamed to/replaced by 'libsForQt5.telepathy'"; # Converted to throw 2022-02-22
|
telepathy_qt5 = throw "'telepathy_qt5' has been renamed to/replaced by 'libsForQt5.telepathy'"; # Converted to throw 2022-02-22
|
||||||
telnet = throw "'telnet' has been renamed to/replaced by 'inetutils'"; # Converted to throw 2022-02-22
|
telnet = throw "'telnet' has been renamed to/replaced by 'inetutils'"; # Converted to throw 2022-02-22
|
||||||
|
termonad-with-packages = throw "termonad-with-packages has been renamed to just 'termonad'"; # Added 2022-10-15
|
||||||
terraform-full = throw "terraform-full has been removed, it was an alias for 'terraform.full'"; # Added 2022-08-02
|
terraform-full = throw "terraform-full has been removed, it was an alias for 'terraform.full'"; # Added 2022-08-02
|
||||||
terraform_0_13 = throw "terraform_0_13 has been removed from nixpkgs"; # Added 2022-06-26
|
terraform_0_13 = throw "terraform_0_13 has been removed from nixpkgs"; # Added 2022-06-26
|
||||||
terraform_0_14 = throw "terraform_0_14 has been removed from nixpkgs"; # Added 2022-06-26
|
terraform_0_14 = throw "terraform_0_14 has been removed from nixpkgs"; # Added 2022-06-26
|
||||||
|
|
|
@ -1919,9 +1919,7 @@ with pkgs;
|
||||||
};
|
};
|
||||||
termite-unwrapped = callPackage ../applications/terminal-emulators/termite { };
|
termite-unwrapped = callPackage ../applications/terminal-emulators/termite { };
|
||||||
|
|
||||||
termonad-with-packages = callPackage ../applications/terminal-emulators/termonad { };
|
termonad = callPackage ../applications/terminal-emulators/termonad { };
|
||||||
|
|
||||||
termonad = termonad-with-packages;
|
|
||||||
|
|
||||||
tilda = callPackage ../applications/terminal-emulators/tilda {
|
tilda = callPackage ../applications/terminal-emulators/tilda {
|
||||||
gtk = gtk3;
|
gtk = gtk3;
|
||||||
|
|
|
@ -248,7 +248,7 @@ let
|
||||||
taffybar
|
taffybar
|
||||||
tamarin-prover
|
tamarin-prover
|
||||||
taskell
|
taskell
|
||||||
termonad-with-packages
|
termonad
|
||||||
tldr-hs
|
tldr-hs
|
||||||
tweet-hs
|
tweet-hs
|
||||||
update-nix-fetchgit
|
update-nix-fetchgit
|
||||||
|
|
Loading…
Reference in a new issue