Set the website variables correctly for phanpy
This commit is contained in:
parent
cfbe33f6e6
commit
3036463113
|
@ -7,6 +7,12 @@ buildNpmPackage rec {
|
||||||
pname = "phanpy";
|
pname = "phanpy";
|
||||||
version = "2024.04.04.65d51b0";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = "cheeaun";
|
owner = "cheeaun";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
|
Loading…
Reference in a new issue