Corbin
9470c68b9f
pythonPackages.cozy: init at 2.0a1
2018-07-28 07:26:07 -07:00
Corbin
a502f2c4c8
pythonPackages.ordered-set: init at 3.0.1
...
This package has working tests! A minor miracle in the Python tree.
2018-07-28 07:26:07 -07:00
Corbin
14c88b67c1
pythonPackages.python-igraph: init at 0.7.1.post6
2018-07-28 07:26:07 -07:00
Corbin
f20100a3e4
igraph: init at 0.7.1
2018-07-28 07:26:07 -07:00
Corbin
ee903f23cd
pythonPackages.dictionaries: init at 0.0.1
2018-07-28 07:26:07 -07:00
Corbin
de4c9e0d15
nixos/services/tahoe: Work around awkward command.
2017-01-23 17:55:41 -08:00
Corbin
46a522698e
pythonPackages.twisted: Fix inotify on Linux.
2017-01-23 17:55:41 -08:00
Corbin
c90cab9d8a
tahoelafs: 1.11.0 -> 1.12.1
2017-01-23 17:55:14 -08:00
Corbin
a1906fb541
pythonPackages.foolscap: 0.10.1 -> 0.12.6
2017-01-23 17:54:43 -08:00
Corbin
618b249fc5
prometheus module: add blackboxExporter
2017-01-09 15:20:26 +01:00
Corbin
bd45d5fe8d
prometheus module: add jsonExporter
2017-01-09 15:20:26 +01:00
Corbin
1e5de5fc3c
prometheus-json-exporter: init at 20160913
2017-01-09 15:20:26 +01:00
Corbin
1b839a586b
prometheus module: add varnishExporter
2017-01-09 15:20:26 +01:00
Corbin
51b247bff8
prometheus-varnish-exporter: init at 20161127.
...
Yeah, I know, it's a git snapshot. Sorry.
2017-01-09 15:20:26 +01:00
Corbin
363fa27448
promeutheus.nginxExporter: add improvements
...
- use ExecStart and ExecReload
- add extraFlags
2017-01-09 15:20:26 +01:00
Corbin
ca2fa4416e
nginx: Allow GD to be optional.
...
This commit permits incantations like `pkgs.nginx.override { gd = null; }` to
produce a slimmed-down nginx.
When used, this functionality removes a pile of stuff from nginx's closure.
The resulting nginx's closure:
$ nix-store -q -R /nix/store/wk3h0a4dmdmjmxkbd0q09iw0wfq0yzpz-nginx-1.10.2 | wc -l
12
$ nix-store -q -R /nix/store/gpcx77anqrj05qz0mrwm7hf4wgxry5py-nginx-1.10.2 | wc -l
24
2016-12-26 10:24:58 -08:00
Corbin
2548fd6908
services/tahoe: SFTP support.
2016-11-13 17:13:18 -08:00
Corbin
62f9196e35
pythonPackages.stripe: init at 1.41.1
2016-11-12 11:52:04 -08:00
Corbin
dec4ec07bd
python2.7-nevow: 0.11.1 -> 0.14.2
...
Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
2016-10-04 21:10:48 -07:00
Corbin
3f61b437ef
gcsfuse: Don't depend on fuse.
2016-09-29 07:48:03 -07:00
Corbin
1819d941b0
Address code review feedback.
2016-09-28 21:47:48 -07:00
Corbin
eef90e4153
gcsfuse: init at v0.19.0
2016-09-26 07:51:50 -07:00
Corbin
76b74ab2f1
fetchfossil: Don't support MD5.
...
This effectively means that SHA256 is the only way to go. I'm not really
bothered by this.
2016-08-21 11:53:40 -07:00
Corbin
2d94071cc4
fetchfossil: Require rev.
...
Otherwise no bumps are done when upstream changes. Not sure how to ping the
repository and check without just doing the clone.
2016-08-19 13:55:10 -07:00
Corbin
7880bc0c21
fetchfossil: Cleanup some copy-and-paste.
2016-08-19 07:34:58 -07:00
Corbin
23a50ca407
fetchfossil: Don't let Fossil write to $out/.fossil.
2016-08-18 23:16:37 -07:00
Corbin
20a0e2e3bf
build-support: Add fetchfossil function.
...
This is a dead-simple fetcher which clones a Fossil repository, opens it
directly into $out, and then nicks out the single Fossil checkout marker.
2016-08-18 22:29:30 -07:00
Corbin
09e75a4c29
services/graphite: Fix paths to some Python packages.
...
Unbreaks some private Graphite deployments.
2016-08-17 21:14:31 -07:00
Corbin
45a066512e
services/avahi: Add domainName setting
...
Fixes #15795 .
2016-06-26 23:15:39 +02:00
Corbin
264cb737f6
afl: 1.94b -> 2.10b
...
Includes afl-analyze. QEMU support not tested.
2016-04-26 18:45:12 -07:00
Corbin
4c85efbda1
tahoe-lafs: 1.10.2 -> 1.11.0
...
Also add myself to maintainers, as I *do* care about this package.
2016-04-12 18:44:26 -07:00
Corbin
d5c9a80ccd
services/tahoe: Add tub.location for specifying external IPs.
...
Invaluable for wiring up clouds.
2016-04-12 18:44:25 -07:00
Corbin
e3e5633307
services: Add Tahoe-LAFS service.
...
Including systemd configuration and much of the standard storage node and
introducer configuration.
2016-03-31 14:01:09 -07:00
Corbin Simpson
da698fd9da
pypy: add some required build inputs and disable some unsafe tests
...
I had to disable another networking-centric test suite; it was trying to make
unapproved phone calls.
2016-01-11 20:42:00 +01:00