nix-files/pkgs/additional/eg25-control/default.nix

7 lines
144 B
Nix

{ static-nix-shell }:
static-nix-shell.mkPython3 {
pname = "eg25-control";
srcRoot = ./.;
pkgs = [ "curl" "modemmanager-split.mmcli" ];
}