rtl: use node package lockfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, pkgs, lib }:
|
||||
lib.head (builtins.attrValues (import ./composition.nix {
|
||||
inherit pkgs;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
}))
|
||||
{ pkgs }:
|
||||
let
|
||||
nodePackages = import ./composition.nix { inherit pkgs; inherit (pkgs) nodejs; };
|
||||
in
|
||||
nodePackages.package
|
||||
|
||||
Reference in New Issue
Block a user