Commit Graph

81 Commits

Author SHA1 Message Date
Bernardo Meurer
ced9972b3e
nodePackages.coc-cmake: init at 0.1.1 2021-02-21 12:29:11 -08:00
Bernardo Meurer
bb9d2a8cad
nodePackages.coc-clangd: init at 0.9.0 2021-02-21 12:04:30 -08:00
Pascal Bach
71ee89bd8d nodePackages.ganache-cli: init at 6.12.2 2021-02-18 21:15:34 +01:00
Riley Inman
003db7f3ff iosevka: 4.5.0 -> 5.0.2 2021-02-17 13:51:42 -05:00
Riley Inman
21a6759463 iosevka: 3.7.1 -> 4.5.0, revise build plan system 2021-02-11 20:15:20 -08:00
ilian
caa1baa524 nodePackages.svelte-language-server: init at 0.12.9 2021-02-11 23:32:11 +01:00
Jacek Galowicz
5e3a6a0f46 meshcommander: init at 0.9.0 2021-01-27 10:22:46 +01:00
Sandro Jäckel
674ec7fbc4
nodePackages.firebase-tools: init at 9.0.1 2021-01-02 18:02:45 +01:00
Sandro Jäckel
34742c466e
nodePackages.quicktype: init at 15.0.258 2021-01-02 18:02:45 +01:00
Sandro Jäckel
4957f69b30
nodePackages.np: init at 7.0.0 2021-01-02 18:02:45 +01:00
Sandro Jäckel
d4a9f0c842
nodePackages.ijavascript: init at 5.2.0 2021-01-02 18:02:44 +01:00
jakeisnt
11296d3283
nodePackages.esy: init at 0.6.7 2021-01-02 17:57:31 +01:00
Sandro Jäckel
e18b1fc375
nodePackages.cdk8s-cli: init at 1.0.0-beta.5 2021-01-02 17:57:28 +01:00
Darwin Corn
c3d0d5da18 nodePackages.cdktf-cli: init at 0.0.19 2021-01-01 11:54:37 -08:00
Phillip Cloud
f75380a046 fixjson: init at 1.1.1 2020-12-05 14:44:11 -05:00
Thiago Kenji Okada
d832774343
flood: init at 4.1.2 2020-12-02 10:29:00 +01:00
alypeng
21a4bdb00f
nodePackages.stylelint: init at 13.8.0 2020-11-28 01:54:21 +01:00
Malo Bourgon
2e524698f6 nodePackages.coc-markdownlint: init at 1.8.0 2020-11-27 15:06:15 -08:00
Malo Bourgon
e0c2867697 nodePackages.coc-vimlsp: init at 1.10.2 2020-11-27 15:06:15 -08:00
Martin Hardselius
f69e63d8d7
nodePackages.gqlint: init at 1.8.0 2020-11-24 13:51:52 +01:00
Peter Hoeg
938335142e nodePackages.poor-mans-t-sql-formatter-cli: init at 1.6.10 2020-11-22 20:35:31 +08:00
David Terry
b4143113d5
btc-rpc-explorer: init at 2.0.2 2020-11-18 13:11:15 +01:00
Felix Tenley
366159c6f5
nodePackages.vscode-json-languageserver: init at 1.3.1 2020-11-17 16:30:20 +01:00
David Terry
c282ed87ae
nodePackages.hs-client: init at 0.0.9 2020-11-16 17:12:05 +01:00
David Terry
64c7186a28
nodePackages.hs-airdrop: init at 0.9.0 2020-11-16 17:11:56 +01:00
David Terry
52d7e31874
nodePackages.hsd: init at 2.2.0 2020-11-16 17:11:47 +01:00
Aluísio Augusto Silva Gonçalves
e6bc641ef4
iosevka: 3.2.2 -> 3.7.1; fetch source through nodePackages
Previously we used nodePackages only to fetch Iosevka's build
dependencies and then fetched the source code ourselves.  Updates
involved changing the version and hashes in the `iosevka` derivation and
then running node-packages/generate.sh to update the build dependencies,
which in turns updates *all* of node-packages.nix.

A new proposed policy for handling node-packages.nix updates involves
batching those updates.  Previously, that would mean `iosevka` and its
build dependencies could end up out of sync until the batched update was
run.

To work with the new policy, we now fetch Iosevka's source code (and
not only its dependencies) through nodePackages.  Updates are done by
changing the source URL in node-packages.json, which eventually becomes
part of an update of node-packages.nix, which is then propagated to
`iosevka` itself.

One con of this strategy is that errors can not be caught directly
after the update, but only after node-packages.nix is regenerated.
2020-11-04 07:47:29 -03:00
Martin Hardselius
fdb8cb598b
nodePackages.fauna-shell: init at 0.11.5 2020-11-04 00:33:39 +01:00
V
744a504030
fx: init at 20.0.2 (#100828) 2020-10-19 20:38:17 +00:00
ymeister
5bf4704ee7 nodePackages.readability-cli: init at 1.1.5 2020-10-19 21:32:54 +07:00
Joe Hermaszewski
0e29b48a05 nodePackages.coc-diagnostic: init at 0.9.0
Also add as Vim plugin

Also update node packages from generate.sh
2020-10-17 08:56:20 -07:00
Florian Beeres
b1b63b66c9 nodePackages: init multiple packages
This commit combines several individual PRs which would have resulted in
merge conflicts in the generated JSON files. Instead, the "generate.sh"
script is only ran once.

Due to "makam" not building on MacOS in the form it was originally added
in the PR I made some adjustments to this diff.

List of added packages:

- nodePackages.clubhouse-cli: init at 2.1.0
- nodePackages.makam: init at 0.7.17
- nodePackages.inliner: init at 1.13.1
- nodePackages.sass: init at 1.27.0
- nodePackages.undollar: init at 1.0.0

Co-authoring is used to preserve contributions.

Co-authored-by: Changlin Li <mail@changlinli.com>
Co-authored-by: Pasquale <p3dimaria@hotmail.it>
Co-authored-by: Teodoro Freund <teodoro.freund@tweag.io>
Co-authored-by: Tobias Mayer <tobim@fastmail.fm>
Co-authored-by: vladki <vlad@kirillov.im>
2020-10-16 10:55:26 +02:00
Jeremy Schlatter
13207392ae
pm2: init at 4.5.0 2020-10-08 12:39:21 -07:00
Jan Tojnar
6d7aafccbf
nodePackages.expo-cli: init 3.27.14 2020-10-07 21:03:34 +02:00
Yannik Sander
dddd1ad54d nodePackages.mermaid-cli: init 8.4.8 2020-09-30 11:46:17 +02:00
oxalica
11c36334bf vscode-extensions.vadimcn.vscode-lldb: init at 1.5.3 2020-09-22 09:13:53 -07:00
Matthias Meschede
7fb1ee093d nodePackages.vega-lite: init at version 4.15.0
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2020-09-19 19:30:19 +03:00
Matthias Meschede
233331c223 nodePackages.vega-cli: init at version 5.15.0 2020-09-19 14:27:32 +02:00
Antoine Eiche
c56e8e73de nodePackages.patch-package: init at 6.2.2
Note this also updates all node packages.
2020-09-18 15:10:27 +02:00
Felix Tenley
c8ccaebfe4
nodePackages.diagnostic-languageserver: init at 1.7.1 2020-09-14 12:08:10 +02:00
midchildan
b75887a4b1
epgstation: init at 1.7.4 2020-09-12 00:34:40 +09:00
kon8522
a213818661 Add vscode json language server 2020-09-03 07:38:09 -04:00
Matt Huszagh
5089fbfbee nodePackages: netlify-cli init at 2.59.1 2020-08-26 18:14:09 -07:00
Jörg Thalheim
6f4141507b
meguca: remove (#95920) 2020-08-21 13:00:40 -07:00
midchildan
c1caf509a9
mirakurun: init at 3.3.0 2020-08-10 23:38:52 +09:00
Théo Zimmermann
42de83840d
nodePackages.get-graphql-schema: init at 2.1.2 2020-08-05 15:52:47 +02:00
Brian Leung
8d4cc5603b nodePackages.vim-language-server: init at 2.1.0 2020-08-03 19:33:14 -07:00
Matthew Bauer
5a741d16ff
Merge pull request #93541 from matthewbauer/ios-deploy-update
ios-deploy: move out of nodePackages
2020-07-30 19:55:52 -05:00
Vincent Haupert
447fe2d1cd nodePackages.redoc-cli: init at 0.9.8 2020-07-23 14:06:56 +02:00
Matthew Bauer
10aa776340 ios-deploy: move out of nodePackages
This doesn’t need nodePackages to work, so we can move it to
pkgs/os-specific/darwin. Note that it still requires xcodebuild to
work.
2020-07-21 10:24:53 -05:00