nixpkgs/pkgs/tools/X11/opentabletdriver/shell.nix
2020-12-29 10:22:58 -03:00

13 lines
158 B
Nix

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