{ pkgs, }: (pkgs.docker-nixpkgs.nix.override { nix = pkgs.nixVersions.latest; extraContents = with pkgs; [ attic-client nodejs ]; })