about summary refs log tree commit diff
path: root/third_party/napalm/default.nix
{ depot, pkgs, ... }:

pkgs.callPackage depot.third_party.sources.napalm { } // {
  meta.ci.targets = [
    "napalm-registry"
  ];
}