with import { }; pkgs.mkShell { name = "adminEnv"; buildInputs = [ pkgs.git pkgs.nodejs pkgs.nodePackages.pnpm ]; }