{ pkgs, ... }: pkgs.dockerTools.buildLayeredImage { name = "nix-with-node"; contents = with pkgs; [ nix nodejs bash git ]; }