eg25-control: fix build

This commit is contained in:
2024-09-20 08:14:48 +00:00
parent 145c65b66b
commit ec144ae63b

View File

@@ -2,5 +2,5 @@
static-nix-shell.mkPython3 {
pname = "eg25-control";
srcRoot = ./.;
pkgs = [ "curl" "modemmanager-split.mmcli" ];
pkgs = [ "curl" "modemmanager-split.mmcli" "python3.pkgs.libgpiod" ];
}