velero: migrate to by-name

This commit is contained in:
Nikolay Korotkiy
2024-09-01 17:01:01 +04:00
parent 4208ed503b
commit 3397a57a53
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -38163,8 +38163,6 @@ with pkgs;
helmsman = callPackage ../applications/networking/cluster/helmsman { };
velero = callPackage ../applications/networking/cluster/velero { };
hplip = callPackage ../misc/drivers/hplip { };
hplipWithPlugin = hplip.override { withPlugin = true; };