{ nixpkgs ? import {} }: let inherit (nixpkgs) pkgs; nixPackages = with pkgs; [ nodejs-16_x yarn docker-compose dnsutils #certbot ]; in pkgs.stdenv.mkDerivation { name = "env"; buildInputs = nixPackages; }