{ pkgs ? import { } }: with pkgs; stdenv.mkDerivation { name = "website"; src = ./.; installPhase = '' mkdir -p $out cp -r . $out ''; }