node-packages: fix reference
This commit is contained in:
parent
737decb123
commit
416eb6053e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{pkgs, system, nodejs}:
|
||||
|
||||
let
|
||||
nodePackages = import ./composition-v5.nix {
|
||||
nodePackages = import ./composition-v6.nix {
|
||||
inherit pkgs system nodejs;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue