{ pkgs, ... }: pkgs.stdenv.mkDerivation { name = "fediversity-repo"; src = ../.; installPhase = '' cp -r . $out ''; }