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;
|
||||
|
||||
packageJson = ./package.json;
|
||||
packageJSON = ./package.json;
|
||||
yarnLock = ./yarn.lock;
|
||||
yarnNix = ./yarn.nix;
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ in
|
|||
pname = "pleroma-fe";
|
||||
version = source.date;
|
||||
inherit src;
|
||||
packageJson = ./package.json;
|
||||
packageJSON = ./package.json;
|
||||
yarnLock = ./yarn.lock;
|
||||
yarnNix = ./yarn.nix;
|
||||
|
||||
|
|
Reference in a new issue