mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #226866 from SuperSandro2000/ventoy-alias
ventoy: convert alias to none throw
This commit is contained in:
commit
921c8dd1dc
@ -1675,8 +1675,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
|
||||
ventoy-bin = ventoy; # Added 2023-04-12
|
||||
ventoy-bin-full = 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 New Issue
Block a user