Set the website variables correctly for phanpy

This commit is contained in:
Lillian Violet 2024-04-05 23:51:19 +02:00
parent cfbe33f6e6
commit 3036463113

View file

@ -7,6 +7,12 @@ buildNpmPackage rec {
pname = "phanpy";
version = "2024.04.04.65d51b0";
shellHook = ''
export PHANPY_DEFAULT_INSTANCE="social.gladtherescake.eu"
export PHANPY_CLIENT_NAME="Phanpy on gladtherescake.eu"
export PHANPY_WEBSITE="phanpy.gladtherescake.eu"
'';
src = fetchFromGitHub {
owner = "cheeaun";
repo = pname;