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

7 lines
135 B
Nix

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