Vladimír Čunát
fd609f9233
nixos services.xserver.displayManager.session: drop type
...
For now at least. I expect someone will find a working type later.
It's incorrect and was causing bad issues. Example test case:
nix-instantiate nixos/release.nix -A tests.xfce.x86_64-linux --dry-run
This is a partial revert of commit b2d803c
from PR #162271 .
2022-03-19 21:11:41 +01:00
Mario Rodas
fc18d54a06
Merge pull request #164541 from r-ryantm/auto-update/doctl
...
doctl: 1.71.0 -> 1.71.1
2022-03-19 14:10:07 -05:00
Mario Rodas
e370349963
Merge pull request #164767 from r-ryantm/auto-update/imgproxy
...
imgproxy: 3.3.1 -> 3.3.2
2022-03-19 14:01:15 -05:00
Mario Rodas
b666952742
Merge pull request #164802 from Kranzes/tailscale
...
tailscale: 1.22.1 -> 1.22.2
2022-03-19 14:01:00 -05:00
Samuel Ainsworth
819debc357
Merge pull request #164817 from r-ryantm/auto-update/python3.10-jax
...
python310Packages.jax: 0.3.3 -> 0.3.4
2022-03-19 11:07:08 -07:00
Robert Hensing
5ff918bf55
Merge pull request #147077 from Infinisil/updateAttrPaths
...
Introduce `lib.updateManyAttrsByPath`
2022-03-19 19:00:03 +01:00
Mario Rodas
8281490a6f
Merge pull request #164874 from marsam/update-nodejs
...
nodejs: 12.22.10 -> 12.22.11, 14.19.0 -> 14.19.1, 16.14.0 -> 16.14.2, 17.5.0 -> 17.7.2
2022-03-19 12:52:14 -05:00
Ivv
d6f0a4c059
Merge pull request #164443 from sheepforce/pixinsight
...
pixinsight: 1.8.8-12 -> 1.8.9
2022-03-19 18:48:51 +01:00
Mario Rodas
e6f96dd139
Merge pull request #164812 from xrelkd/update/eksctl
...
eksctl: 0.87.0 -> 0.88.0
2022-03-19 12:06:34 -05:00
Mario Rodas
b15d22f44d
Merge pull request #164854 from r-ryantm/auto-update/golangci-lint
...
golangci-lint: 1.44.2 -> 1.45.0
2022-03-19 12:06:02 -05:00
Mario Rodas
74b5c1a023
Merge pull request #164441 from teutat3s/bump/vagrant-libvirt-plugin
...
vagrant-libvirt plugin 0.4.0 -> 0.7.0
2022-03-19 12:02:31 -05:00
Mario Rodas
b1bfde2d32
Merge pull request #151773 from applePrincess/fix-ruby-libvirt
...
rubyPackages.ruby-libvirt: remove patch
2022-03-19 12:01:50 -05:00
Mario Rodas
0801abdfb6
Merge pull request #164341 from r-ryantm/auto-update/cloud-nuke
...
cloud-nuke: 0.11.0 -> 0.11.1
2022-03-19 11:57:44 -05:00
Mario Rodas
b086debaa4
Merge pull request #164814 from techknowlogick/bump-nfpm
...
nfpm: 2.14.0 -> 2.15.0
2022-03-19 11:57:28 -05:00
Mario Rodas
4b400c554b
Merge pull request #164561 from r-ryantm/auto-update/flow
...
flow: 0.173.0 -> 0.174.0
2022-03-19 11:57:01 -05:00
Mario Rodas
fc5d8ba69d
Merge pull request #164058 from r-ryantm/auto-update/lxd
...
lxd: 4.23 -> 4.24
2022-03-19 11:55:12 -05:00
Mario Rodas
ef081d4355
Merge pull request #164191 from r-ryantm/auto-update/gallery-dl
...
gallery-dl: 1.20.5 -> 1.21.0
2022-03-19 11:53:50 -05:00
Mario Rodas
53cbd9cc57
Merge pull request #164099 from r-ryantm/auto-update/pgroonga
...
postgresql11Packages.pgroonga: 2.3.4 -> 2.3.5
2022-03-19 11:53:24 -05:00
Mario Rodas
b4a87c0620
Merge pull request #164669 from r-ryantm/auto-update/internetarchive
...
internetarchive: 2.3.0 -> 3.0.0
2022-03-19 11:53:02 -05:00
Bobby Rong
35a74aa665
Merge pull request #164523 from r-ryantm/auto-update/belcard
...
belcard: 5.0.55 -> 5.1.10
2022-03-19 23:30:31 +08:00
Bobby Rong
4b782e5830
Merge pull request #164848 from mstarzyk/tab-9.0
...
tab: 8.0 -> 9.0
2022-03-19 23:23:43 +08:00
Bobby Rong
e90179a22c
Merge pull request #149941 from r-ryantm/auto-update/lime
...
lime: 5.0.0 -> 5.0.53
2022-03-19 23:14:10 +08:00
Bobby Rong
ed8e0ef136
Merge pull request #162876 from r-ryantm/auto-update/belr
...
belr: 5.0.55 -> 5.1.3
2022-03-19 23:10:38 +08:00
Bobby Rong
c2a3e01256
Merge pull request #164744 from bbigras/anytype
...
anytype: 0.23.5 -> 0.24.0
2022-03-19 22:47:52 +08:00
Bobby Rong
51b66e81ee
Merge pull request #164758 from ZenithalHourlyRate/mill-0.10.2
...
mill: 0.10.1 -> 0.10.2
2022-03-19 22:46:28 +08:00
Profpatsch
5679b2b698
nixos-rebuild: add installer test to passthru.tests
...
When something changes in nixos-rebuild, we must make sure the
installers still work, otherwise it might break existing setups.
The installer tests check whether nixos-rebuild works, so they are a
good lithmus test.
2022-03-19 15:13:50 +01:00
Profpatsch
cb7bc7c60f
nixos-rebuild: Print commands as they are run on verbose flag
...
nixos-rebuild would forward all verbose flags to nix, but not actually
increase its own verbosity.
Which would make it hard to see what’s going on without resorting to
tools like strace or adding `set -x` to the script.
We add a simple exec wrapper around the most “interesting” commands,
that is nix tool invocations. If any verbosity flag is given, it will
set the verbosity flag of the nixos-rebuild script all commands
wrapped into `runCmd` will start logging their invocation.
This is done via a `logVerbose` function, which can also be used to
print logging messages when in verbose mode, to aid debugging why
nixos-rebuild does what it does. A few messages are added, but
potentially we could log a lot more details.
Now, testing all of the changed code paths turns out to be rather
hard, so I am unsure how to verify that for all changed commands
behaviour stays indeed the same.
2022-03-19 15:13:50 +01:00
Stig
575ab73913
Merge pull request #163499 from Izorkin/update-peertube
...
peertube: 4.1.0 -> 4.1.1
2022-03-19 15:08:25 +01:00
Martin Weinelt
6c3608592e
Merge pull request #164291 from fpletz/libressl-CVE-2022-0778
2022-03-19 15:07:17 +01:00
Robert Scott
ed5687d165
libressl_3_2: add alias marking end-of-life
2022-03-19 13:45:59 +00:00
Ryan Mulligan
82d49b21da
Merge pull request #163013 from r-ryantm/auto-update/owncast
...
owncast: 0.0.10 -> 0.0.11
2022-03-19 06:35:52 -07:00
Ryan Mulligan
522bf737df
Merge pull request #164836 from r-ryantm/auto-update/dasel
...
dasel: 1.23.0 -> 1.24.0
2022-03-19 06:33:44 -07:00
R. RyanTM
a672df209e
goreman: 0.3.9 -> 0.3.11 ( #163805 )
2022-03-19 14:33:03 +01:00
Anderson Torres
66daa87ee8
Merge pull request #164822 from AndersonTorres/new-elisp
...
elisp updates
2022-03-19 10:16:47 -03:00
Robert Scott
075dcccf59
Merge pull request #164595 from wamserma/openvpn-256
...
openvpn: 2.5.5 -> 2.5.6 (security, CVE-2022-0547)
2022-03-19 13:15:48 +00:00
Bobby Rong
27d8d662b8
Merge pull request #164470 from r-ryantm/auto-update/sigi
...
sigi: 3.0.2 -> 3.0.3
2022-03-19 21:08:45 +08:00
Bobby Rong
e2ce506333
Merge pull request #164737 from r-ryantm/auto-update/earthly
...
earthly: 0.6.10 -> 0.6.11
2022-03-19 21:01:32 +08:00
Fabian Affolter
21f0b2ba5c
Merge pull request #164853 from r-ryantm/auto-update/python3.10-aws-lambda-builders
...
python310Packages.aws-lambda-builders: 1.13.0 -> 1.14.0
2022-03-19 13:57:54 +01:00
Bobby Rong
b11dd31e74
Merge pull request #164602 from bobby285271/pantheon
...
pkgs/pantheon: tries to pick up themes correctly
2022-03-19 20:43:59 +08:00
Bobby Rong
b424115d7f
Merge pull request #164849 from ivalery111/rizin-fix-typo
...
rizin: fix typo paraemter -> parameter
2022-03-19 20:36:34 +08:00
Kirill Radzikhovskyy
442c54c475
awsebcli: fixup!
2022-03-19 08:22:01 -04:00
Jonas Heinrich
90fdf944bd
shopify-cli: init at 2.14.0
2022-03-19 08:21:12 -04:00
R. Ryantm
12ddfe6bb8
golangci-lint: 1.44.2 -> 1.45.0
2022-03-19 12:05:58 +00:00
R. Ryantm
23f2f31dfb
python310Packages.aws-lambda-builders: 1.13.0 -> 1.14.0
2022-03-19 11:59:23 +00:00
7c6f434c
93709c2d6b
Merge pull request #164307 from r-ryantm/auto-update/bctoolbox
...
bctoolbox: 5.1.0 -> 5.1.10
2022-03-19 11:34:30 +00:00
Valery Ivanov
0131290c87
rizin: fix typo paraemter -> parameter
...
Signed-off-by: Valery Ivanov <ivalery111@gmail.com>
2022-03-19 14:34:00 +03:00
markuskowa
9be97b8020
Merge pull request #160153 from illdefined/freedv
...
freedv: extend platform support
2022-03-19 12:32:51 +01:00
Fabian Affolter
c7923f5b03
Merge pull request #164838 from r-ryantm/auto-update/python310Packages.pytest-console-scripts
...
python310Packages.pytest-console-scripts: 1.3 -> 1.3.1
2022-03-19 12:30:29 +01:00
Robert Scott
3eb0953ae8
Merge pull request #164586 from mweinelt/bind9
...
bind: 9.18.0 -> 9.18.1
2022-03-19 11:26:16 +00:00
Maciek Starzyk
21656462ce
tab: 8.0 -> 9.0
2022-03-19 12:13:57 +01:00