Commit Graph

51931 Commits

Author SHA1 Message Date
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
zowoq
f8013960c6 minikube: 1.16.0 -> 1.17.0
https://github.com/kubernetes/minikube/releases/tag/v1.17.0
2021-01-23 11:31:36 +10:00
Florian Klink
994e221f16
Merge pull request #106988 from drewrisinger/dr-pr-qemu-bump
qemu: 5.1.0 -> 5.2.0
2021-01-23 00:20:06 +01:00
Maximilian Bosch
c6d4197e4f
Merge pull request #110283 from r-ryantm/auto-update/docker-compose
docker-compose: 1.27.4 -> 1.28.0
2021-01-22 23:25:29 +01:00
Maximilian Bosch
3d4ee7c660
Merge pull request #110344 from ilian/u/reaper
reaper: 6.19 -> 6.20
2021-01-22 23:23:49 +01:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
Michele Guerini Rocco
1bf54f0770
Merge pull request #110449 from matthiasbeyer/update-mutt
mutt: 2.0.4 -> 2.0.5
2021-01-22 23:00:33 +01:00
Maximilian Bosch
7c0db07752
Merge pull request #110297 from bbigras/feh
feh: 3.6.1 -> 3.6.2
2021-01-22 22:18:26 +01:00
John Ericson
d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
Jonathan Ringer
986cf21c45 slack: 4.11.1 -> 4.12.2 2021-01-22 10:41:47 -08:00
Oleksii Filonenko
5a1d4acc7e
Merge pull request #110475 from r-ryantm/auto-update/googler
googler: 4.3.1 -> 4.3.2
2021-01-22 19:24:57 +02:00
Drew Risinger
c7deb49058 gh: enable tests 2021-01-23 00:48:39 +10:00
Ryan Mulligan
1889e4620c
Merge pull request #110120 from r-ryantm/auto-update/new-session-manager
new-session-manager: 1.4.0 -> 1.5.0
2021-01-22 06:34:16 -08:00
Kevin Cox
b6c0815993
Merge pull request #110438 from berbiche/cagebreak-1.5.0
cagebreak: 1.4.4 -> 1.5.0
2021-01-22 07:46:59 -05:00
R. RyanTM
d4a7f3ba50 googler: 4.3.1 -> 4.3.2 2021-01-22 12:38:39 +00:00
Sandro
0c096b67dc
Merge pull request #107302 from bobrik/ivan/docker-buildx 2021-01-22 12:50:25 +01:00
Michael Weiss
62b5e51019
gitRepo: 2.11.1 -> 2.12 2021-01-22 12:34:36 +01:00
Elis Hirwing
907cb4c393
Merge pull request #110347 from ymatsiuk/appgate
appgate-sdp: 5.1.2 -> 5.3.2
2021-01-22 10:05:39 +01:00
Sandro
d8d2ec148b
Merge pull request #110411 from a12l/update-pijul
pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37
2021-01-22 09:35:49 +01:00
Yurii Matsiuk
ee73665fa0
appgate-sdp: 5.1.2 -> 5.3.2 2021-01-22 09:35:43 +01:00
Sandro
1d4b4e9800
Merge pull request #110397 from zowoq/crun
crun: 0.16 -> 0.17
2021-01-22 09:35:23 +01:00
Matthias Beyer
3609a43b5e mutt: 2.0.4 -> 2.0.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-22 09:33:43 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
Nicolas Berbiche
a6fe222911
cagebreak: 1.4.4 -> 1.5.0 2021-01-22 00:31:02 -05:00
John Ericson
8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Albin Otterhäll
62015c03b6 pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37 2021-01-22 00:25:49 +01:00
zowoq
722c5a8316 crun: 0.16 -> 0.17
https://github.com/containers/crun/releases/tag/0.17
2021-01-22 08:06:10 +10:00
zowoq
2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Ivan Babrou
deb0d298a2 docker: add buildx support to docker client 2021-01-21 12:52:46 -08:00
Ivan Babrou
e431ff7e2e docker-buildx: init at 0.5.1
Installing docker-buildx enables buildx subcommand on the client:

* https://github.com/docker/buildx
2021-01-21 12:52:45 -08:00
zowoq
c06d37b803 gh: 1.4.0 -> 1.5.0
https://github.com/cli/cli/releases/tag/v1.5.0
2021-01-22 06:06:25 +10:00
Guillaume Girol
7ed3d2df76
Merge pull request #103135 from symphorien/pr/92775
Evolution ews: wrap evolution and evolution data server, fix nixos module.
2021-01-21 19:42:45 +00:00
R. RyanTM
8174a4cd1f
mellowplayer: 3.6.7 -> 3.6.8 (#110071) 2021-01-21 10:33:50 -08:00
R. RyanTM
728097646c
argocd: 1.8.1 -> 1.8.2 (#109720) 2021-01-21 10:09:15 -08:00
R. RyanTM
8540ac06e9
ghorg: 1.4.0 -> 1.5.0 (#109824) 2021-01-21 10:07:01 -08:00
R. RyanTM
f240afc50f
hydroxide: 0.2.15 -> 0.2.17 (#109978) 2021-01-21 10:03:49 -08:00
R. RyanTM
ab482ea446
nextdns: 1.9.4 -> 1.9.6 (#110127) 2021-01-21 09:56:05 -08:00
Sandro
d3a090c9a7
Merge pull request #110289 from bbigras/shotwell
shotwell: 0.31.2 -> 0.31.3
2021-01-21 18:52:53 +01:00
R. RyanTM
25a660b9bc
cloudflared: 2021.1.4 -> 2021.1.5 (#110337) 2021-01-21 09:50:29 -08:00
R. RyanTM
cec985b23b
argo: 2.12.4 -> 2.12.5 (#110325) 2021-01-21 09:49:02 -08:00
Sandro
c60bb493e6
Merge pull request #110355 from ymatsiuk/flux
fluxcd: 0.6.1 -> 0.6.3
2021-01-21 17:53:02 +01:00
Yurii Matsiuk
96966bb66b
fluxcd: 0.6.1 -> 0.6.3 2021-01-21 17:39:43 +01:00
Sandro
1ecf25ad39
Merge pull request #110177 from cpcloud/containerpilot 2021-01-21 17:30:18 +01:00
Sandro
96aa111884
Merge pull request #110282 from mingmingrr/master
pythonPackages.hydrus: 420 -> 426
2021-01-21 17:27:39 +01:00
Sandro
d2a9ff2431
Merge pull request #110273 from bbigras/waybar
waybar: 0.9.4 -> 0.9.5
2021-01-21 17:23:02 +01:00
Sandro
d158fe4930
Merge pull request #110269 from maralorn/nheko 2021-01-21 17:22:04 +01:00
Ryan Mulligan
9934ef3da9
Merge pull request #110329 from r-ryantm/auto-update/brave
brave: 1.18.78 -> 1.19.86
2021-01-21 08:18:50 -08:00
Malte Brandy
35676cba19
nheko: 0.7.2 -> 0.8.0 2021-01-21 16:59:05 +01:00