aliases.nix: add ventoy-bin and ventoy-bin-full as throws
This commit is contained in:
parent
630e1fbb51
commit
c0ba68e874
1 changed files with 2 additions and 0 deletions
|
@ -1671,6 +1671,8 @@ mapAliases ({
|
|||
vaultwarden-vault = vaultwarden.webvault; # Added 2022-12-13
|
||||
varnish71 = throw "varnish71 was removed from nixpkgs, because it was superseded upstream. Please switch to a different release"; # Added 2022-11-08
|
||||
vdirsyncerStable = vdirsyncer; # Added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
|
||||
ventoy-bin = throw "ventoy-bin has been renamed to ventoy"; # Added 2023-04-12
|
||||
ventoy-bin-full = throw "ventoy-bin-full has been renamed to ventoy-full"; # Added 2023-04-12
|
||||
venus = throw "venus has been removed from nixpkgs, as it's unmaintained"; # Added 2021-02-05
|
||||
vgo2nix = throw "vgo2nix has been removed, because it was deprecated. Consider using gomod2nix instead"; # added 2022-08-24
|
||||
vimHugeX = vim-full; # Added 2022-12-04
|
||||
|
|
Loading…
Reference in a new issue