nixpkgs/pkgs/tools/X11/opentabletdriver/shell.nix

13 lines
158 B
Nix
Raw Normal View History

2020-12-26 15:59:38 +00:00
{ pkgs ? import ../../../../. {} }:
with pkgs;
mkShell {
buildInputs = [
common-updater-scripts
curl
dotnetCorePackages.sdk_5_0
jq
];
}