1
0
Fork 0

add tapo cli

This commit is contained in:
Maurice Debray 2026-02-10 16:30:26 +01:00
parent ea3f8f01bb
commit 4638bfae0e
7 changed files with 166 additions and 25 deletions

View file

@ -1,10 +1,13 @@
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import (import ./nix/lon.nix).nixpkgs {} }:
pkgs.mkShell {
name = "junos-testing";
packages = [
pkgs.d2
pkgs.lon
(pkgs.python3.withPackages (p: [
(p.callPackage ./nix/tapo.nix {})
p.scapy
p.python-dotenv
p.tqdm
p.ipython
p.libpcap