{ pkgs ? import { overlays = [ (import ./default.nix) ]; } }: pkgs.mkShell { buildInputs = with pkgs; [ cpthook hacompanion pulse-secure ]; }