{ pkgs ? import {} }: pkgs.stdenv.mkDerivation { name = "geopos-share"; src = ./.; installPhase = '' mkdir -p $out cp index.html script.js $out ''; }