ks: add completions for bash and zsh (#364049)
[NixPkgs.git] / pkgs / servers / web-apps / ethercalc / node-packages.nix
blob1042cdba2cb66105847a3f587382d9da2db85c57
1 # This file has been generated by node2nix 1.11.1. Do not edit!
4   pkgs ? import <nixpkgs> {
5     inherit system;
6   },
7   system ? builtins.currentSystem,
8   nodejs ? pkgs."nodejs_20",
9 }:
11 let
12   nodeEnv = import ../../../development/node-packages/node-env.nix {
13     inherit (pkgs)
14       stdenv
15       lib
16       python2
17       runCommand
18       writeTextFile
19       writeShellScript
20       ;
21     inherit pkgs nodejs;
22     libtool = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.cctools or pkgs.darwin.cctools else null;
23   };
25 import ./node-packages-generated.nix {
26   inherit (pkgs)
27     fetchurl
28     nix-gitignore
29     stdenv
30     lib
31     fetchgit
32     ;
33   inherit nodeEnv;