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
|
||||
|
||||
{ ... }: final: prev: {
|
||||
uniworxNodeDependencies = pkgs.mkYarnModules {
|
||||
uniworxNodeDependencies = prev.mkYarnModules {
|
||||
pname = "uniworx-node-dependencies";
|
||||
version = (builtins.fromJSON (builtins.readFile ./../../package.json)).version;
|
||||
packageJSON = ../../package.json;
|
||||
|
||||
Reference in New Issue
Block a user