mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
node-packages: fix reference
This commit is contained in:
parent
737decb123
commit
416eb6053e
@ -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 New Issue
Block a user