Peter Simons
2ce9d4f60c
Merge pull request #41043 from obsidiansystems/fix-nix-env-meta
...
lib: Fix `nix-env -qaP -f . --xml --meta`
2018-05-24 21:05:42 +02:00
xeji
a2d2a6eaa9
Merge pull request #41030 from Ekleog/nheko-0.4.1
...
nheko: 0.4.0 -> 0.4.1
2018-05-24 20:50:23 +02:00
lewo
4ccb13adb6
Merge pull request #40665 from seppeljordan/fix-kubernetes-modules
...
nixos/kubernetes: Update kube-dns and kube-dashbashboard docker image…
2018-05-24 20:31:35 +02:00
Léo Gaspard
0e84af1772
nheko: make darwin build fail later
2018-05-24 20:00:35 +02:00
xeji
3cfc90e96b
Merge pull request #41036 from florianjacob/matrix-synapse
...
matrix-synapse: 0.28.1 -> 0.30.0
2018-05-24 19:32:18 +02:00
Gabriel Ebner
d96cc05a60
qalculate-gtk: 2.3.0 -> 2.5.0
2018-05-24 18:19:55 +02:00
Gabriel Ebner
42af0d6ef9
libqalculate: 2.3.0 -> 2.5.0
2018-05-24 18:19:45 +02:00
Florian Jacob
429d81db2b
matrix-synapse: 0.28.1 -> 0.30.0
2018-05-24 18:13:41 +02:00
xeji
a54c1c25c5
Merge pull request #41027 from kamilchm/qtile
...
qtile: 0.10.7 -> 0.11.1
2018-05-24 18:04:15 +02:00
Kamil Chmielewski
bd3489e04a
qtile: 0.10.7 -> 0.11.1
2018-05-24 17:25:14 +02:00
xeji
8d4716ac90
Merge pull request #41016 from markuskowa/slurm-pr
...
nixos/slurm: fix default module parameters, update documenation
2018-05-24 17:23:03 +02:00
Simon Lackerbauer
ede4962841
confluence: 6.6.1 -> 6.8.0
...
(cherry picked from commit a43d47121d33240e124f02cfe6b3124b28bfcf62)
2018-05-24 17:14:20 +02:00
Léo Gaspard
291808359b
nheko: 0.4.0 -> 0.4.1
2018-05-24 17:09:15 +02:00
Markus Kowalewski
96e5a8bce2
nixos/slurm: add slurm test to release.nix
2018-05-24 16:59:55 +02:00
Markus Kowalewski
fb7428c506
nixos/slurm: enable munge by default, added note to slurm description
2018-05-24 16:59:48 +02:00
John Ericson
d437f2c365
lib: Fix nix-env -qaP -f . --xml --meta
...
The function value cannot be serialized so nix-env was mad. Turns out we can
just remove it like we do in `lib/systems/inspect.nix`.
2018-05-24 10:43:14 -04:00
Peter Hoeg
5b468ea6b1
nixos mysql: make start-up more robust ( #41010 )
...
1) Change start-type to ```notify``` when running MariaDB so that we don't have to busy-wait for the
socket to appear.
2) Do not manually create the directory under /run as we can get systemd to do
that for us. This opens up the possibility later for not having to launch as root.
2018-05-24 16:42:16 +02:00
Robin Gloster
e243993255
python.pkgs.django-gravatar2: init at 1.4.2
2018-05-24 16:40:57 +02:00
Robin Gloster
6b29b2c3aa
python.pkgs.django-allauth: init at 0.36.0
2018-05-24 16:40:57 +02:00
Robin Gloster
2e41891e6d
python.pkgs.openid: init at 2.2.5/3.1.0
2018-05-24 16:40:56 +02:00
Timo Kaufmann
c8987a72e4
fplll: 5.2.0 -> 5.2.1, pythonPackages.fpylll: 0.3.0dev -> 0.4.0dev ( #40995 )
2018-05-24 16:36:18 +02:00
R. RyanTM
c0e0c7046d
criu: 3.8.1 -> 3.9
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/criu/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/crit had a zero exit code or showed the expected version
- /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/compel passed the binary check.
- /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9/bin/criu passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 3.9 with grep in /nix/store/31grlhm7igrgi29fhmndki41a8f87cvs-criu-3.9
- directory tree listing: https://gist.github.com/5db13cedfd351a5d1fd8ed3d70ccbac3
- du listing: https://gist.github.com/3a064c8b51705c90c1093a81ab9495ee
2018-05-24 09:00:29 -05:00
Antoine Eiche
8f71ce7e80
skopeo: 0.1.29 -> 0.1.30
...
Skopeo used by our docker tools was patched to work in the build
sandbox (it used /var/tmp which is not available in the sandbox).
Since this temporary directory can now be set at build time, we remove
the patch from our docker tools.
2018-05-24 15:33:52 +02:00
Geoffrey Huntley
e22d072c64
kubernetes: fix 404 links to documentation
2018-05-24 14:16:08 +02:00
Robert Schütz
3c0daa19e2
nixos/borgbackup: make extraArgs a shell variable
...
in line with the other extra*Args variables
2018-05-24 13:53:25 +02:00
symphorien
d32e2e3063
nix-du: 0.1.1 -> 0.1.2 ( #41002 )
2018-05-24 13:27:06 +02:00
Jörg Thalheim
d45e3e36f8
Merge pull request #41015 from tazjin/feat/datadog-gohai
...
Add missing gohai derivation and fix dd-agent service unit
2018-05-24 10:24:38 +01:00
Markus Kowalewski
2a14e898bc
slurm/module: add ProcTrackType option to unbreak default setup
2018-05-24 11:11:37 +02:00
Vincent Ambo
f4c87183df
nixos/dd-agent: fix runtime errors by adding gohai to $PATH
...
The Datadog agent requires `gohai` to be available on its `$PATH` in
order to collect certain metrics.
It would previously start up and collect certain types of metrics, but
log errors related to the missing gohai binary.
This commit configures the systemd-unit to make gohai available at
runtime.
This fixes #39810 .
2018-05-24 10:58:28 +02:00
Vincent Ambo
ab500439cd
gohai: init at 2018-05-23
...
This project does not have a default versioning scheme. go2nix
suggests using the date of the most recent change.
2018-05-24 10:56:44 +02:00
Sarah Brofeldt
e27a4502cb
Merge pull request #40879 from seppeljordan/pr-ipfs-port-scanning
...
nixos/ipfs: Add option to disable local port scanning for ipfs daemon
2018-05-24 10:53:49 +02:00
Yegor Timoshenko
1c39035cad
Merge pull request #41011 from dywedir/yarn
...
yarn: 1.6.0 -> 1.7.0
2018-05-24 10:48:18 +03:00
Vladyslav Mykhailichenko
06e750ccc9
yarn: 1.6.0 -> 1.7.0
2018-05-24 09:25:05 +03:00
Andreas Rammhold
40e76194f8
Merge pull request #41005 from flokli/master-zziplib-0.13.69
...
zziplib: gdraheim/zziplib#27 is not an issue anymore
2018-05-24 08:09:00 +02:00
Matthew Justin Bauer
828d932fef
zookeeper_mt: add version
2018-05-23 22:08:31 -05:00
Matthew Justin Bauer
03e9d75a8d
9pfs: add version
2018-05-23 22:05:53 -05:00
Simon Lackerbauer
120e93928f
crowd: 3.0.1 -> 3.1.2
2018-05-24 04:40:47 +02:00
WilliButz
de5205ae2d
nixos/prometheus-node-exporter: fix file collector
2018-05-24 04:40:46 +02:00
Robin Gloster
53475653a5
gitlab module: update for 10.8
2018-05-24 04:40:46 +02:00
Robin Gloster
f21ac1bf69
gitlab: 10.7.0 -> 10.8.0
2018-05-24 04:40:46 +02:00
Robin Gloster
9a54f2a9b3
gitlab-workhorse: 4.1.0 -> 4.2.0
2018-05-24 04:40:46 +02:00
Robin Gloster
6d941dfd85
gitaly: 0.95.0 -> 0.100.0
2018-05-24 04:40:46 +02:00
Robin Gloster
abf36cfaed
atlassian-jira: 7.9.0 -> 7.9.2
2018-05-24 04:40:45 +02:00
Simon Lackerbauer
1433ec60af
nixos/borgbackup: let borg write to disk and see /tmp, add extraArgs
2018-05-24 04:40:45 +02:00
WilliButz
400484008c
oxidized: temperature patch for x-series
2018-05-24 04:40:45 +02:00
WilliButz
dc433b476e
oxidized: init at 0.21.0
2018-05-24 04:40:45 +02:00
WilliButz
e91d3c9179
nixos/oxidized: add module
2018-05-24 04:40:45 +02:00
Tuomas Tynkkynen
6f1f11af4c
nixos/programs/shell.nix: Enhance bad ownership error message
...
Steal this from scripts/nix-profile.sh.in in Nix to keep things more
consistent.
2018-05-24 04:58:57 +03:00
Tuomas Tynkkynen
3cfb492c63
nixos/programs/shell.nix: Use [ ] instead of test
...
Half of the script is using 'test' and other half '[ ]'. Let's stick to
'[ ]' everywhere as it seems more conventional in nixpkgs.
2018-05-24 04:58:57 +03:00
Tuomas Tynkkynen
7adae10a86
nixos/programs/shell.nix: Quote variables
...
In practice $HOME doesn't contain spaces, but let's stick to best
shell scripting practices anyway.
2018-05-24 04:58:57 +03:00