{ pkgs ? import {} }: with pkgs; mkShell { buildInputs = [ stow ]; shellHook = '' stow . ''; }