Commit graph

235674 commits

Author SHA1 Message Date
Vincent Haupert 33c774347e
istioctl: init at 1.6.5 2020-07-20 17:48:07 +02:00
adisbladis 800a3e510e
Merge pull request #93531 from RaghavSood/ethereum/1.9.17
go-ethereum: 1.9.16 -> 1.9.17
2020-07-20 16:48:56 +02:00
Justin Humm 6f7af76904
mongodb: use pname instead of name 2020-07-20 16:48:50 +02:00
Thomas Tuegel c24fda6dca
Merge pull request #92882 from freezeboy/add-bomber
bomber: init at 19.12.3
2020-07-20 09:20:19 -05:00
Eelco Dolstra 38880a5ec2 nixUnstable: 2.4pre7805_984e5213 -> 2.4pre20200719_a79b6dd 2020-07-20 16:06:24 +02:00
Justin Humm 7d1b94b4dc
Merge pull request #93525 from priegger/fix/factorio-update
factorio{,-headless}-experimental: 0.18.34 -> 0.18.36
2020-07-20 16:04:46 +02:00
Peter Hoeg ee8b7b4566
Merge pull request #87810 from evils/wxwidgets-3.1.3
wxGTK31: 3.1.2 -> 3.1.3
2020-07-20 22:03:16 +08:00
Peter Hoeg e8388cb596
Merge pull request #93502 from NixOS/f/mediainfo
mediainfo-gui: use gtk3
2020-07-20 21:56:24 +08:00
Raghav Sood 3d1ee32572
go-ethereum: 1.9.16 -> 1.9.17 2020-07-20 13:27:17 +00:00
Mario Rodas e303532eab
Merge pull request #93524 from marsam/update-sshuttle
sshuttle: 1.0.2 -> 1.0.3
2020-07-20 07:56:57 -05:00
Tim Steinbach 93fc9b99b6
oh-my-zsh: 2020-07-15 -> 2020-07-18 2020-07-20 08:53:45 -04:00
Tim Steinbach 700d59d789
linux_latest-libre: 17559 -> 17570 2020-07-20 08:53:41 -04:00
Vladimír Čunát a2bb7bc8d9
Merge #91978: purple-matrix: set c compiler to cc 2020-07-20 14:50:42 +02:00
Vladimír Čunát fc84898808
fixup! purple-matrix: set c compiler to cc, fixes build on osx 2020-07-20 14:50:13 +02:00
Mario Rodas beaf8d42ec
Merge pull request #93515 from r-ryantm/auto-update/lsp-plugins
lsp-plugins: 1.1.22 -> 1.1.24
2020-07-20 07:46:43 -05:00
Mario Rodas c2e75de99d
Merge pull request #93508 from r-ryantm/auto-update/go-swagger
go-swagger: 0.24.0 -> 0.25.0
2020-07-20 07:46:14 -05:00
Mario Rodas ca4e665f8c
Merge pull request #93467 from geistesk/watson-1.10.0
watson: 1.9.0 -> 1.10.0
2020-07-20 07:24:42 -05:00
Mario Rodas 17ce8608cb
Merge pull request #93517 from eonpatapon/cue-0.2.2
cue: 0.2.1 -> 0.2.2
2020-07-20 07:22:15 -05:00
Bas van Dijk 7d061cefb7
Merge pull request #85638 from basvandijk/virtualisation.vmName
nixos/modules/system/activation/top-level.nix: allow overriding system.name
2020-07-20 14:21:58 +02:00
Mario Rodas 1c07a106d2
Merge pull request #93503 from r-ryantm/auto-update/dstask
dstask: 0.18 -> 0.20
2020-07-20 07:21:18 -05:00
Mario Rodas 122d2d828d
Merge pull request #93509 from r-ryantm/auto-update/imgproxy
imgproxy: 2.13.1 -> 2.14.0
2020-07-20 07:18:25 -05:00
Mario Rodas eb14ee8521
Merge pull request #93506 from r-ryantm/auto-update/fswatch
fswatch: 1.14.0 -> 1.15.0
2020-07-20 07:09:03 -05:00
Sirio Balmelli 5a29435e2e
dpkg: 1.20.0 -> 1.20.5
Fixes broken Darwin build in 1.20.0

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-20 13:47:11 +02:00
Bas van Dijk d06de760f8 nixos/modules/system/activation/top-level.nix: allow overriding system.name
The toplevel derivations of systems that have `networking.hostName`
set to `""` (because they want their hostname to be set by DHCP) used
to be all named
`nixos-system-unnamed-${config.system.nixos.label}`.
This makes them hard to distinguish.

A similar problem existed in NixOS tests where `vmName` is used in the
`testScript` to refer to the VM. It defaulted to the
`networking.hostName` which when set to `""` won't allow you to refer
to the machine from the `testScript`.

This commit makes the `system.name` configurable. It still defaults to:

```
if config.networking.hostName == ""
then "unnamed"
else config.networking.hostName;
```

but in case `networking.hostName` needs to be to `""` the
`system.name` can be set to a distinguishable name.
2020-07-20 13:44:18 +02:00
Bas van Dijk 27296cc5c5
Merge pull request #85635 from basvandijk/support-bigger-nixos-tests
Support more than 99 nodes in NixOS tests & export toHex and toBase
2020-07-20 13:39:59 +02:00
Bas van Dijk 6e7822b8f3 lib: toHex -> toHexString & toBase -> toBaseDigits
This makes the type of these functions more apparent from the name.
2020-07-20 13:14:19 +02:00
Max Wittig 64d855d214
gitlab-runner: 13.1.0 -> 13.2.0 (#93514) 2020-07-20 11:13:05 +00:00
Bas van Dijk e15815e885 nixos/tests/networking.nix: test the services.dhcpd4.machines option
This modifies the `router` to not give out a range of IP addresses but
only give out a fixed address based on the MAC address using the
`services.dhcpd4.machines` option.

To get access to the MAC address the `qemuNicMac` function is defined
and exported from `qemu-flags.nix`.
2020-07-20 13:09:27 +02:00
Bas van Dijk 0410f5dff9 nixos/tests: support up to 255 nodes in NixOS tests 2020-07-20 13:09:27 +02:00
Bas van Dijk 00022fbeda lib: add the toHex and toBase utility functions
`toHex` converts the given positive integer to a string of the hexadecimal
representation of that integer. For example:

```
toHex 0 => "0"

toHex 16 => "10"

toHex 250 => "FA"
```

`toBase base i` converts the positive integer `i` to a list of it
digits in the given `base`. For example:

```
toBase 10 123 => [ 1 2 3 ]

toBase 2 6 => [ 1 1 0 ]

toBase 16 250 => [ 15 10 ]
```
2020-07-20 13:09:26 +02:00
Philipp Riegger 1814bebd82 factorio{,-headless}-experimental: 0.18.34 -> 0.18.36 2020-07-20 11:46:23 +02:00
Daniël de Kok d0c12dc612
Merge pull request #85689 from danieldk/resilio-module-fix
nixos/resilio: fix directoryRoot configuration
2020-07-20 11:31:36 +02:00
Daniël de Kok b9e0992e87 nixos/resilio: fix directoryRoot configuration
The resilio module places the directoryRoot configuration in the webui
section. However, the generated configuration fails on the current
version of Resilio Sync with:

Invalid key context: 'directory_root' must be in global config section

This change places this key in the global configuration section to
solve this error.
2020-07-20 11:24:33 +02:00
Mario Rodas 091d0284f5
lv2: enable on darwin 2020-07-20 04:22:00 -05:00
Mario Rodas a8496595e1
sord: enable on darwin 2020-07-20 04:21:00 -05:00
Mario Rodas f02babb59e oneDNN: update homepage 2020-07-20 04:20:00 -05:00
Mario Rodas 9af4274d37
tunnelto: 0.1.9 -> 0.1.11 2020-07-20 04:20:00 -05:00
Mario Rodas 6138e83fb1
sshuttle: 1.0.2 -> 1.0.3 2020-07-20 04:20:00 -05:00
Mario Rodas 0361a0e9d6
go-swagger: add ldflags 2020-07-20 04:20:00 -05:00
Mario Rodas cff2331900
serd: enable on darwin 2020-07-20 04:20:00 -05:00
Mario Rodas 8f1c94942e oneDNN: enable on darwin 2020-07-20 04:20:00 -05:00
Arnout Engelen be006eab1f
make-iso9660-image: produce stable GPT disk GUID
By generating a version-5 GUID based on $out (which contains
the derivation hash) and preventing isohybrid from overwriting
the GPT table (which already is populated correctly by xorriso).

Tested by:
* booting from USB disk on a UEFI system
* booting from USB disk on a non-UEFI system
* booting from CD on a UEFI system
* booting from CD on a non-UEFI system
* booting from CD on an OSX system

Also tested that "nix-build ./nixos/release-combined.nix -A
nixos.iso_minimal.x86_64-linux -I nixpkgs=~/nixpkgs-r13y --check"
now succeeds.

Fixes #74047
2020-07-20 11:16:59 +02:00
Maximilian Bosch a41fb93355
Merge pull request #93495 from danielfullmer/diffoscope-152
diffoscope: 151 -> 152
2020-07-20 11:12:39 +02:00
Maximilian Bosch 358cecfbd2
Merge pull request #93459 from gnidorah/rambox
rambox: add wrapGAppsHook
2020-07-20 11:06:59 +02:00
Michael Raskin 23c93a5205
Merge pull request #85169 from prusnak/inkscape
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Jean-Philippe Braun ddec014569 cue: 0.2.1 -> 0.2.2 2020-07-20 10:21:00 +02:00
R. RyanTM 65376beba8 lsp-plugins: 1.1.22 -> 1.1.24 2020-07-20 08:03:42 +00:00
Daniël de Kok a8546a078d
Merge pull request #93498 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.12 -> 0.1.13
2020-07-20 09:24:38 +02:00
R. RyanTM 187be77c37 imgproxy: 2.13.1 -> 2.14.0 2020-07-20 06:36:47 +00:00
R. RyanTM bac0c4fecb go-swagger: 0.24.0 -> 0.25.0 2020-07-20 05:47:54 +00:00