8 lines
133 B
Nix
8 lines
133 B
Nix
|
{ depot, pkgs, ... }:
|
||
|
|
||
|
pkgs.callPackage depot.third_party.sources.napalm { } // {
|
||
|
meta.ci.targets = [
|
||
|
"napalm-registry"
|
||
|
];
|
||
|
}
|