Merge pull request #226866 from SuperSandro2000/ventoy-alias

ventoy: convert alias to none throw
This commit is contained in:
Sandro 2023-04-20 10:44:50 +02:00 committed by GitHub
commit 921c8dd1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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