kubo: migrate to by-name

This commit is contained in:
Luflosi 2023-12-14 23:14:34 +01:00
parent 60781d9b2d
commit 05b4972db0
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
3 changed files with 0 additions and 2 deletions

View File

@ -9902,8 +9902,6 @@ with pkgs;
kubergrunt = callPackage ../applications/networking/cluster/kubergrunt { };
kubo = callPackage ../applications/networking/kubo { };
kubo-migrator-all-fs-repo-migrations = callPackage ../applications/networking/kubo-migrator/all-migrations.nix { };
kubo-migrator-unwrapped = callPackage ../applications/networking/kubo-migrator/unwrapped.nix { };
kubo-migrator = callPackage ../applications/networking/kubo-migrator { };