opentabletdriver: init at 0.4.2

This commit is contained in:
Thiago Kenji Okada
2020-12-29 10:22:58 -03:00
parent 317215b886
commit 29922fa772
5 changed files with 695 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{ pkgs ? import ../../../../. {} }:
with pkgs;
mkShell {
buildInputs = [
common-updater-scripts
curl
dotnetCorePackages.sdk_5_0
jq
];
}