[Backport release-26.05] {cni-plugin-,}flannel: move to by-name (#528909)

This commit is contained in:
Michael Daniels 2026-06-06 19:19:02 +00:00 committed by GitHub
commit e90080ae95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View file

@ -2180,9 +2180,6 @@ with pkgs;
fcitx5-lua = callPackage ../tools/inputmethods/fcitx5/fcitx5-lua.nix { lua = lua5_3; };
flannel = callPackage ../tools/networking/flannel { };
cni-plugin-flannel = callPackage ../tools/networking/flannel/plugin.nix { };
flatpak-builder = callPackage ../development/tools/flatpak-builder {
binutils = binutils-unwrapped;
};