nur-packages/pkgs/by-name/be/betanin/client/composition.nix

21 lines
517 B
Nix
Raw Normal View History

2023-09-27 13:58:41 +10:00
# This file has been generated by node2nix 1.11.1. Do not edit!
2023-09-27 16:30:23 +10:00
{ pkgs ? import <nixpkgs> {
2023-09-27 13:58:41 +10:00
inherit system;
2023-09-27 16:30:23 +10:00
}
, system ? builtins.currentSystem
, nodejs ? pkgs."nodejs_18"
}:
2023-09-27 13:58:41 +10:00
let
nodeEnv = import ./node-env.nix {
inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
inherit pkgs nodejs;
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
};
in
import ./packages.nix {
inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
inherit nodeEnv;
}