Skip to content

Commit 4bb5aff

Browse files
committed
Merge with master
2 parents 8e68168 + 7c1b206 commit 4bb5aff

File tree

59 files changed

+14492
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+14492
-81
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)