depot/third_party/nixpkgs/pkgs/tools/X11/opentabletdriver/shell.nix
Default email ffc78d3539 Project import generated by Copybara.
GitOrigin-RevId: d9dba88d08a9cdf483c3d45f0d7220cf97a4ce64
2021-01-05 19:05:55 +02:00

12 lines
158 B
Nix

{ pkgs ? import ../../../../. {} }:
with pkgs;
mkShell {
buildInputs = [
common-updater-scripts
curl
dotnetCorePackages.sdk_5_0
jq
];
}