···44{ lib
45, fetchFromGitHub
46, resholve
47-, substituteAll
48, bash
49, coreutils
50, goss
···154|--------|------|------------|
155| scripts | `<list>` | scripts to resolve (`$out`-relative paths) |
156| interpreter | `"none"` `<path>` | The absolute interpreter `<path>` for the script's shebang. The special value `none` ensures there is no shebang. |
157-| inputs | `<packages>` | Packages to resolve external dependencies from. |
158| fake | `<directives>` | pretend some commands exist |
159| fix | `<directives>` | fix things we can't auto-fix/ignore |
160| keep | `<directives>` | keep things we can't auto-fix/ignore |
···44{ lib
45, fetchFromGitHub
46, resholve
047, bash
48, coreutils
49, goss
···153|--------|------|------------|
154| scripts | `<list>` | scripts to resolve (`$out`-relative paths) |
155| interpreter | `"none"` `<path>` | The absolute interpreter `<path>` for the script's shebang. The special value `none` ensures there is no shebang. |
156+| inputs | `<packages>` `<paths>` | A list of packages and string paths to directories/files to resolve external dependencies from. |
157| fake | `<directives>` | pretend some commands exist |
158| fix | `<directives>` | fix things we can't auto-fix/ignore |
159| keep | `<directives>` | keep things we can't auto-fix/ignore |
···68 aircrackng = throw "'aircrackng' has been renamed to/replaced by 'aircrack-ng'"; # Converted to throw 2022-02-22
69 airfield = throw "airfield has been removed due to being unmaintained"; # Added 2023-05-19
70 airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
071 aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
72 aliza = throw "aliza has been removed, because it depended on qt4 and was unmaintained in nixpkgs"; # Added 2022-05-12
73 alsaLib = alsa-lib; # Added 2021-06-09
···68 aircrackng = throw "'aircrackng' has been renamed to/replaced by 'aircrack-ng'"; # Converted to throw 2022-02-22
69 airfield = throw "airfield has been removed due to being unmaintained"; # Added 2023-05-19
70 airtame = throw "airtame has been removed due to being unmaintained"; # Added 2022-01-19
71+ alertmanager-bot = throw "alertmanager-bot is broken and has been archived by upstream" ; # Added 2023-07-28
72 aleth = throw "aleth (previously packaged as cpp_ethereum) has been removed; abandoned upstream"; # Added 2020-11-30
73 aliza = throw "aliza has been removed, because it depended on qt4 and was unmaintained in nixpkgs"; # Added 2022-05-12
74 alsaLib = alsa-lib; # Added 2021-06-09