Commit Graph

344647 Commits

Author SHA1 Message Date
Dmitry Kalinkin
477540469e
Merge branch 'master' into staging-next
Conflicts:
	pkgs/development/python-modules/gradient-utils/default.nix
	pkgs/development/python-modules/gradient/default.nix
2022-01-08 02:39:35 -05:00
Thomas Dy
97864e984d nixos/kubernetes: actually set containerd to use systemd cgroups
The correct configuration is listed in the kubernetes documentation
https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd-systemd

The correct option can also be seen in `containerd config default`
2022-01-08 17:29:32 +10:00
pennae
2d356a1969 nixos/kubernetes: move all k8s docs out of the sandbox
otherwise the manual won't build.

ideally they'll move back into the sandbox at some point, but we're
obviously not qualified to put them there.
2022-01-08 17:13:27 +10:00
pennae
635376d3af Revert "nixos/kubernetes: make lib option internal and readonly"
This reverts commit 7e28421e17.
2022-01-08 17:13:27 +10:00
Jörg Thalheim
5308c5bbbd
Merge pull request #153900 from fabaff/bump-exploitdb
exploitdb: 2021-12-21 -> 2022-01-06
2022-01-08 07:06:02 +00:00
Bobby Rong
068c0a56c5
Merge pull request #153830 from datafoo/vscode-extensions.naumovs.color-highlight
vscode-extensions.naumovs.color-highlight: 2.3.0 -> 2.5.0
2022-01-08 13:33:49 +08:00
Bobby Rong
4a49c83a78
Merge pull request #153614 from mausch/kubepug
kubepug: 1.2.2 -> 1.3.2
2022-01-08 13:17:50 +08:00
Jan Tojnar
283c47bc45
Merge pull request #150548 from K900/wireplumber
wireplumber: init, add NixOS module
2022-01-08 06:11:59 +01:00
Jan Tojnar
3bec7624c1
Merge pull request #153658 from jansol/master
pipewire: 0.3.42 -> 0.3.43
2022-01-08 06:11:44 +01:00
Bobby Rong
e1851036dc
Merge pull request #153851 from figsoda/update-cargo-llvm-lines
cargo-llvm-lines: 0.4.12 -> 0.4.13
2022-01-08 13:11:17 +08:00
Jan Tojnar
0c4ccc29ce
Merge pull request #153840 from bobby285271/gsd
nixos/gnome-settings-daemon: pick up correct .wants directories
2022-01-08 06:07:14 +01:00
Bobby Rong
cf6c60cdf7
Merge pull request #153692 from brandonweeks/electron1
obinskit: 1.1.8 -> 1.2.11
2022-01-08 13:02:06 +08:00
R. Ryantm
96510568d4 python38Packages.pynetbox: 6.4.1 -> 6.5.0 2022-01-07 20:58:23 -08:00
R. Ryantm
957d4cc341 python38Packages.makefun: 1.13.0 -> 1.13.1 2022-01-07 20:53:28 -08:00
R. Ryantm
867a2c0775 python38Packages.pytest-cases: 3.6.7 -> 3.6.8 2022-01-07 20:52:42 -08:00
R. Ryantm
7fe5e36b30 python38Packages.pylgnetcast: 0.3.5 -> 0.3.7 2022-01-07 20:52:26 -08:00
Jan Solanti
774f7656d4 pipewire: 0.3.42 -> 0.3.43 2022-01-08 06:49:13 +02:00
Anderson Torres
b3bc6deb17
Merge pull request #153938 from AndersonTorres/new-misc
Misc updates
2022-01-08 01:07:04 -03:00
adisbladis
1e1030d4dc
Merge pull request #153922 from jyooru/update/go-ethereum
go-ethereum: 1.10.14 -> 1.10.15
2022-01-08 15:40:35 +12:00
AndersonTorres
d344124d64 ncurses: refactor
Also, change the unicode option to a better name: unicodeSupport. This change
affects dialog too.
2022-01-07 23:55:41 -03:00
AndersonTorres
6a25262952 spigot: add installCheckPhase
Just some easy math functions.
2022-01-07 23:51:20 -03:00
Anderson Torres
85a078a25d
Merge pull request #153789 from AndersonTorres/new-misc
spigot: 20200901 -> 20210527
2022-01-07 23:25:39 -03:00
Bobby Rong
84ad67f7c6
nixos/gnome-settings-daemon: pick up correct .wants directories
In https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/153
the user target names for GSD components has been renamed for example
from `gsd-a11y-settings.target` to `org.gnome.SettingsDaemon.A11ySettings.target`,
and nowadays `gsd-*.target` are just symbolic links of `/dev/null` and will be
removed in the future.

At the same time, as mentioned in d27212d466,
we are adding `systemd.user.targets.<name>.wants` stuff here only because
systemd.packages doesn't pick the .wants directories. Nowadays those GSD components
are managed in `/etc/systemd/user/gnome-session@gnome.target.d/gnome.session.conf`
so it should be safe to remove them.

In this commit we also try to pick up those new .wants directories, see also
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/blob/41.0/plugins/meson.build#L57

Result of `cd /nix/store/iqzy2a6wn9bq9hqx7pqx0a153s5xlnwp-gnome-settings-daemon-41.0; find | grep wants`:

```
./share/systemd/user/gnome-session-x11-services-ready.target.wants
./share/systemd/user/gnome-session-x11-services-ready.target.wants/org.gnome.SettingsDaemon.XSettings.service
./share/systemd/user/gnome-session-x11-services.target.wants
./share/systemd/user/gnome-session-x11-services.target.wants/org.gnome.SettingsDaemon.XSettings.service
```

Result of `cd /nix/store/armzljlnsvc1gn0nq0bncb9lf8fy32zy-gnome-settings-daemon-3.34.0; find | grep wants`:

```
./lib/systemd/user/gnome-session-initialized.target.wants
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-a11y-settings.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-color.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-datetime.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-power.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-housekeeping.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-keyboard.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-media-keys.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-screensaver-proxy.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-sharing.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-sound.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-smartcard.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-wacom.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-print-notifications.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-rfkill.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-wwan.target
./lib/systemd/user/gnome-session-x11-services.target.wants
./lib/systemd/user/gnome-session-x11-services.target.wants/gsd-xsettings.target
```
2022-01-08 10:19:02 +08:00
Thiago Kenji Okada
06235ce774
Merge pull request #153515 from thiagokokada/workaround-issue-144811
nixos-rebuild: do not resolve flake path
2022-01-07 23:18:37 -03:00
legendofmiracles
f92067535a
Merge pull request #153904 from dsalaza4/master
timedoctor: update maintainer
2022-01-07 20:10:36 -06:00
zowoq
b4ee6e0b5d etcd: version the default etcd
easier to override
2022-01-08 11:44:32 +10:00
zowoq
5e53a3dd20 terraform-providers.libvirt: remove separate derivation, add override for cdrtools
since 0.6.10 it doesn't link against libvirt and is distibuted on the terraform registry
https://github.com/dmacvicar/terraform-provider-libvirt/releases/tag/v0.6.10
2022-01-08 11:42:32 +10:00
Maximilian Bosch
831457debd
Merge pull request #153738 from TredwellGit/linux
Kernels 2022-01-06
2022-01-08 02:39:46 +01:00
AndersonTorres
5708e6aa25 spigot: 20200901 -> 20210527 2022-01-07 22:34:12 -03:00
Jonas Chevalier
1e910209ae
mkShell: make it buildable (#153194)
When I designed `mkShell`, I didn't have a good idea of what the output
should look like and so decided to make the build fail. In practice,
this causes quite a bit of confusion and complications because now the
shell cannot be part of a normal package set without failing the CI as
well.

This commit changes that build phase to record all the build inputs in a
file. That way it becomes possible to build it, makes sure that all the
build inputs get built as well, and also can be used as a GC root.
(by applying the same trick as #95536).

The documentation has also been improved to better describe what mkShell
does and how to use it.
2022-01-08 01:54:04 +01:00
zowoq
cacab72b75 go_1_17: 1.17.5 -> 1.17.6 2022-01-08 10:38:36 +10:00
zowoq
fe00d45c50 buildGoModule: remove runVend
follow up from 8a8c88de70
2022-01-08 10:38:32 +10:00
zowoq
d50b6bff89 go_1_16: 1.16.12 -> 1.16.13 2022-01-08 10:38:32 +10:00
Jörg Thalheim
20ff12d286
Merge pull request #153869 from vcunat/p/pangoxsl-remove
pangoxsl: remove the package
2022-01-08 00:24:29 +00:00
Jörg Thalheim
4601b356f8
Merge pull request #153918 from Mic92/fio
fio: add missing six dependency
2022-01-08 00:23:20 +00:00
R. RyanTM
c5e9e73029
gmsh: 4.9.0 -> 4.9.2
* gmsh: 4.9.0 -> 4.9.2 (#152872)

* gmsh: use https

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-08 01:18:15 +01:00
Jörg Thalheim
ec66a6a08f
Merge pull request #153906 from rhoriguchi/vscode-extensions.hashicorp.terraform
vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0
2022-01-08 00:03:36 +00:00
Jörg Thalheim
dada50c259
Merge pull request #153894 from lourkeur/update/dwm
dwm: 6.2 -> 6.3
2022-01-08 00:00:17 +00:00
Jörg Thalheim
0d5df8ce3b
Merge pull request #153903 from Izorkin/update-netdata
netdata: 1.31.0 -> 1.32.1
2022-01-07 23:53:43 +00:00
Jörg Thalheim
de6739642c fio: add missing six dependency 2022-01-08 00:43:07 +01:00
Martin Weinelt
10314dac8f
Merge pull request #153889 from mweinelt/wordpress 2022-01-08 00:42:22 +01:00
José Romildo Malaquias
489f421e96
Merge pull request #153497 from romildo/upd.graphite-gtk-theme
graphite-gtk-theme: init at unstable-2022-01-04
2022-01-07 20:15:01 -03:00
Joel
a6c6a7c440
go-ethereum: 1.10.14 -> 1.10.15 2022-01-08 09:05:41 +10:00
Maximilian Bosch
4979df6ca1
Merge pull request #153911 from jyooru/update/feh
feh: 3.7.2 -> 3.8
2022-01-07 23:50:23 +01:00
Joel
c94d5d98f7
feh: 3.7.2 -> 3.8 2022-01-08 08:29:03 +10:00
Michael Weiss
0b9e3edac8
Merge pull request #153861 from michaeladler/ungoogled-chromium
ungoogled-chromium: 96.0.4664.110 -> 97.0.4692.71
2022-01-07 23:23:44 +01:00
Ryan Horiguchi
807d89ced3
vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0 2022-01-07 23:02:34 +01:00
TredwellGit
a40d8182da linux/hardened/patches/5.4: 5.4.169-hardened1 -> 5.4.170-hardened1 2022-01-07 22:02:22 +00:00
TredwellGit
2fe8933a62 linux/hardened/patches/4.19: 4.19.223-hardened1 -> 4.19.224-hardened1 2022-01-07 22:02:15 +00:00
TredwellGit
99a4be5a2d linux/hardened/patches/4.14: 4.14.260-hardened1 -> 4.14.261-hardened1 2022-01-07 22:02:08 +00:00