rtl: use node package lockfile

This commit is contained in:
Erik Arvstedt 2021-12-14 19:51:19 +01:00
parent d296b2d1fb
commit fbfb61210a
No known key found for this signature in database
GPG key ID: 33312B944DD97846
5 changed files with 303 additions and 276 deletions

View file

@ -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