{...}: { perSystem = {pkgs, ...}: { devShells.default = pkgs.mkShell { packages = with pkgs; [ cargo pkg-config openssl libgit2 ]; }; }; }