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

7 lines
131 B
Nix

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