this repo has no description
at main 4 lines 95 B view raw
1{ 2 pkgs ? import <nixpkgs> { }, 3}: 4pkgs.mkShell { buildInputs = with pkgs; [ xorg.libxcb ]; }