Skip to content

Commit 6cb5b06

Browse files
committed
Merge branch 'master' into push-to-client-sdks-oss-repos
2 parents ef85809 + 33ac1de commit 6cb5b06

File tree

11 files changed

+13440
-64
lines changed

11 files changed

+13440
-64
lines changed

client/default.nix

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file has been generated by node2nix 1.8.0. Do not edit!
2+
3+
{pkgs ? import <nixpkgs> {
4+
inherit system;
5+
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-14_x"}:
6+
7+
let
8+
nodeEnv = import ./node-env.nix {
9+
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
10+
inherit nodejs;
11+
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
12+
};
13+
in
14+
import ./node-packages.nix {
15+
inherit (pkgs) fetchurl fetchgit;
16+
inherit nodeEnv;
17+
}

0 commit comments

Comments
 (0)