{ pkgs ? import {} }: let zot = import ./zot/default.nix { }; in pkgs.mkShell { packages = [ zot ]; shellHook = '' echo "test" ''; }