fix ifds
This commit is contained in:
parent
992eb2dce5
commit
9ca81c8fc5
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ in
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
packageJson = ./package.json;
|
packageJSON = ./package.json;
|
||||||
yarnLock = ./yarn.lock;
|
yarnLock = ./yarn.lock;
|
||||||
yarnNix = ./yarn.nix;
|
yarnNix = ./yarn.nix;
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ in
|
||||||
pname = "pleroma-fe";
|
pname = "pleroma-fe";
|
||||||
version = source.date;
|
version = source.date;
|
||||||
inherit src;
|
inherit src;
|
||||||
packageJson = ./package.json;
|
packageJSON = ./package.json;
|
||||||
yarnLock = ./yarn.lock;
|
yarnLock = ./yarn.lock;
|
||||||
yarnNix = ./yarn.nix;
|
yarnNix = ./yarn.nix;
|
||||||
|
|
||||||
|
|
Reference in a new issue