1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Roger Qiu c4bb4252cb nodePackages.dat: init at 13.9.2
This adds dat to both nodePackages_6_x and nodePackages_8_x.
This package requires node-gyp-build which is also added to both package sets.
Finally nodePackages_8_x was missing node-gyp and node-pre-gyp.
2017-12-21 23:48:08 +11:00
Maximilian Bosch af75b48b51 services.statsd: add simple test 2017-12-04 16:56:16 +01:00
Maximilian Bosch aaf1e1c4fb statsd: restore support for {influx,librato,stackdriver} backends
These packages will be placed into an environment using
`backendsToPackages`. This function explicitly maps backends to
`pkgs.nodePackages.${type}` unless it's a builtin. This ensures that only
valid backends that work on NixOS are used (if not, the build already
breaks at evaluation time).

The log will be redirected to `stdout` to be able to watch the entire
output using `journalctl`.

Configuration parameters for the backends need to be set using
`services.statsd.extraConfig` as each backend has its own options and
all of them shouldn't be validated and checked explicitly and manually.
2017-12-04 16:56:16 +01:00
Sander van der Burg cf610f8a48 fast-cli: pinpoint to a 1.x version, since 2.x requires nodejs 8 or greater 2017-11-05 14:00:27 +01:00
Sander van der Burg 6d1317ab31
Merge pull request #31058 from rnhmjoj/dnschain
DNSChain: move expression to new nodePackages
2017-10-31 23:44:02 +01:00
rnhmjoj fb9e4daa41
dnschain: move to nodePackages.dnschain 2017-10-31 22:01:31 +01:00
Rodney Lorrimar 9ec640ec70 bower2nix: fix execution under nix-shell --pure
bower2nix needs nix to compute store hashes.

Fixes rvl/bower2nix#16
2017-10-30 18:23:45 +01:00
Sander van der Burg 397fc0daca fast-cli: fix build 2017-09-10 16:29:39 +00:00
Shea Levy e967068695 nodePackages: Add ios-deploy, update the rest 2017-01-31 20:10:18 -05:00
Tobias Pflug 1b78ae4b6a Add npm2nix to v6.x nodePackages 2016-11-02 18:20:03 +01:00
Christine Koppelt 416eb6053e node-packages: fix reference 2016-10-30 09:59:56 +01:00
Rodney Lorrimar 952c477f90 nodePackages.bower2nix: Add back PATH wrapping
bower2nix and fetch-bower need git in the PATH to operate. This wrapping
got lost with the nodePackages updates.

(Fixes #18454)
2016-09-15 01:28:36 +01:00
Sander van der Burg 5ce6cd0106 nodePackages: use node2nix generated package set 2016-09-01 12:12:12 +00:00