Commit Graph

70 Commits

Author SHA1 Message Date
Bruno BELANYI
feac9edf6a treewide: add meta.mainProgram
Related PR: NixOS#246386
2023-08-04 10:32:10 +00:00
Robert Schütz
2995a890b5 bitwarden-cli: build from source 2023-07-23 11:45:13 -07:00
Mario Rodas
0bc4547952
typescript: repackage using buildNpmPackage (#239189) 2023-06-26 20:36:12 +02:00
Shea Levy
5b721f59b1
nodePackages.@babel/cli: Init at 7.21.5. 2023-06-03 06:50:43 -04:00
natsukium
bc79b221ba
google-clasp: repackage using buildNpmPackage 2023-05-07 16:56:03 +09:00
Elizabeth Paź
2a9a75da14
nest-cli: repackage using buildNpmPackage 2023-05-06 12:39:06 +02:00
Lily Foster
45fd7a61df
nodePackages: add aliases 2023-05-04 19:08:44 -04:00
Malo Bourgon
a2510be022 nodePackages.diff2html-cli: init at 5.2.9 2023-04-13 15:57:50 -07:00
Gunar Gessner
0d04028e66
github-copilot-cli: init at version 0.1.21 2023-03-13 20:49:15 -03:00
Lord-Valen
13b82a8cde
nodePackages.rush: init at 5.88.0 2022-12-22 20:24:34 -05:00
Terje Larsen
cd5c84e886
nodePackages.localtunnel: init at 2.0.2
Fix #186841
2022-11-07 11:41:13 +01:00
Matt Christ
182338a9fd nodePackages.@zwave-js/server: init at 1.24.0
`zwave-server` is the corrently-recommended ZWave integration for
Home Assistant: https://www.home-assistant.io/integrations/zwave_js/

Homepage: https://github.com/zwave-js/zwave-js-server
Release notes: https://github.com/zwave-js/zwave-js-server/releases/tag/1.24.0
2022-10-21 20:00:03 -05:00
Matthew Wraith
5234a266ac nodePackages.@withgraphite/graphite-cli: init at 0.20.10
Adding graphite (https://graphite.dev/) cli tool:

https://www.npmjs.com/package/@withgraphite/graphite-cli

This node package provides the 'gt' binary, which interacts with the
graphite system for stacked github PRs.

From their README (https://github.com/withgraphite/graphite-cli):

Graphite is a fast, simple code review platform designed for engineers
who want to write and review smaller pull requests, stay unblocked, and
ship faster.
2022-09-19 11:28:48 -07:00
Bill Ewanick
3ee25a45ed hyperspace-cli: remove 2022-08-29 13:44:41 -04:00
TredwellGit
d763334cb3 nodePackages: pin webassemblyjs to 1.11.1
Fixes https://github.com/NixOS/nixpkgs/issues/184913
2022-08-04 06:27:34 +00:00
Malo Bourgon
57e9b1af3f nodePackages.aws-cdk: add meta.mainProgram 2022-06-22 12:16:24 -07:00
Joshua Wong
247824f263 nodePackages."@forge/cli": init at 4.4.0 2022-06-19 17:36:42 -05:00
Ilan Joselevich
519e07b297 nodePackages.graphql-language-service-cli: init at 3.2.26 2022-06-09 11:16:38 -07:00
Malo Bourgon
73fe05a563 nodePackages: add meta.mainProgram to packages with multiple executables
where none of the executables match the package's `name` or `pname`, and
one of the executables is the obvious `mainProgram`.
2022-05-17 00:12:13 -07:00
Malo Bourgon
31673e9aee nodePackages: make it easy to add meta.mainProgram to packages
This was accomplish by moving the current overrides overlay out of
./default.nix into to a seperate file ./overrides.nix, and composing
that overlay an overlay ,`mainProgramOverrides`, (defined in
./default.nix) which uses the contents of a new file ./main-programs.nix
to create overrides that add `meta.mainProgram` to packages.

The following changes were also made to existing overrides:
* `self` and `super` where changed to `final` and `prev` respectively
* Existing additions of `mainProgram` were moved to ./main-programs.nix
* References to `pkgs.lib` were changed to `lib`
* References to `pkgs.nodejs` were changed to `nodejs`
* References to `nodePackages` were changed  to `final`
* References to `pkgs.callPackage` were changed to `callPackage`

Finally `meta.mainProgram` was added to all packages that provide a
single executable whose name differs from the package's name, for
packages available on `{aarch64,x86_64}-darwin` and `x86_64-linux`.
2022-05-14 11:30:15 -07:00