chore(nix): switch to yarn2nix contd
This commit is contained in:
parent
2fb8c6d42f
commit
0eb87ad002
@ -3,7 +3,7 @@
|
|||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
{ ... }: final: prev: {
|
{ ... }: final: prev: {
|
||||||
uniworxNodeDependencies = pkgs.mkYarnModules {
|
uniworxNodeDependencies = prev.mkYarnModules {
|
||||||
pname = "uniworx-node-dependencies";
|
pname = "uniworx-node-dependencies";
|
||||||
version = (builtins.fromJSON (builtins.readFile ./../../package.json)).version;
|
version = (builtins.fromJSON (builtins.readFile ./../../package.json)).version;
|
||||||
packageJSON = ../../package.json;
|
packageJSON = ../../package.json;
|
||||||
|
|||||||
Reference in New Issue
Block a user