···11-# This file has been generated by node2nix 1.9.0. Do not edit!
22-33-{pkgs ? import <nixpkgs> {
44- inherit system;
55- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_14"}:
66-77-let
88- nodeEnv = import ../../../development/node-packages/node-env.nix {
99- inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
1010- inherit pkgs nodejs;
1111- libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
1212- };
1313-in
1414-import ./node-packages.nix {
1515- inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
1616- inherit nodeEnv;
1717-}
+1
pkgs/top-level/aliases.nix
···6565 aesop = throw "aesop has been removed from nixpkgs, as it was unmaintained"; # Added 2021-08-05
6666 ag = throw "'ag' has been renamed to/replaced by 'silver-searcher'"; # Converted to throw 2022-02-22
6767 aircrackng = throw "'aircrackng' has been renamed to/replaced by 'aircrack-ng'"; # Converted to throw 2022-02-22
6868+ airfield = throw "airfield has been removed due to being unmaintained"; # Added 2023-05-19
6869 airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
6970 aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
7071 alsaLib = alsa-lib; # Added 2021-06-09