rtl: use node package lockfile
This commit is contained in:
parent
d296b2d1fb
commit
fbfb61210a
5 changed files with 303 additions and 276 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue