cl-rest: use node package lockfile

This commit is contained in:
Erik Arvstedt
2021-12-15 10:58:04 +01:00
parent fbfb61210a
commit 3091b0a4fb
4 changed files with 291 additions and 197 deletions
+5 -5
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