1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00
Commit graph

337158 commits

Author SHA1 Message Date
R. Ryantm e9b94beba4 duckdb: 0.3.0 -> 0.3.1 2021-12-06 16:10:27 +00:00
Chris Wögi bc5d68306b
elixir_1_13: init (#148619) 2021-12-07 01:07:01 +09:00
Felix Bühler ad4b1eb161
arduino: use buildFHSUserEnv to support compilation of boards (#144772) 2021-12-06 11:06:39 -05:00
R. RyanTM e6d91c74b0
vector: 0.18.0 -> 0.18.1 (#149019) 2021-12-07 01:05:24 +09:00
Christoph Neidahl 113f047ae7
open-watcom-v2: init at unstable 2021-11-30 (#124000) 2021-12-06 11:05:03 -05:00
R. Ryantm 8e6d531394 socat: 1.7.4.1 -> 1.7.4.2 2021-12-06 15:37:29 +00:00
ajs124 1e189a4fc0
Merge pull request #149022 from r-ryantm/auto-update/texstudio
texstudio: 4.0.2 -> 4.1.1
2021-12-06 15:33:09 +00:00
Michael Raskin 65b2df8b45 golly: 3.3 -> 4.1 2021-12-06 16:27:09 +01:00
Maximilian Bosch 19aee6bfb2
Merge pull request #148889 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.23.0 -> 0.25.0
2021-12-06 16:24:16 +01:00
Jan Tojnar 75eaab3757
Merge pull request #126832 from ncfavier/gio-extra-modules
nixos: make GIO_EXTRA_MODULES a session variable
2021-12-06 16:23:48 +01:00
Bobby Rong 9147f8f8bc
Merge pull request #149027 from r-ryantm/auto-update/sonobuoy
sonobuoy: 0.55.0 -> 0.55.1
2021-12-06 23:21:20 +08:00
Ryan Mulligan 3433c9f5c1
Merge pull request #148819 from r-ryantm/auto-update/astc-encoder
astc-encoder: 3.2 -> 3.3
2021-12-06 07:06:58 -08:00
Maximilian Bosch f34e017b8e
Merge pull request #148833 from r-ryantm/auto-update/deno
deno: 1.16.3 -> 1.16.4
2021-12-06 16:06:24 +01:00
Artturi 779a657e37
Merge pull request #148649 from Artturin/sgxgid
nixos: add sgx group with gid 304
2021-12-06 17:05:00 +02:00
Bobby Rong f8c33483aa
sonobuoy: 0.55.0 -> 0.55.1 2021-12-06 22:59:25 +08:00
R. Ryantm e31d3d6553 github-to-sqlite: 2.8.2 -> 2.8.3 2021-12-06 14:58:06 +00:00
R. Ryantm ca1f2a9ed2 oh-my-zsh: 2021-11-11 -> 2021-12-02 2021-12-06 09:52:58 -05:00
R. Ryantm 3975da9a0e php74Extensions.blackfire: 1.69.0 -> 1.70.0 2021-12-06 14:45:42 +00:00
Michele Guerini Rocco e76cb4c9bc
Merge pull request #149004 from r-ryantm/auto-update/ddcutil
ddcutil: 1.2.0 -> 1.2.1
2021-12-06 15:44:40 +01:00
Ryan Mulligan 09143f27a4
Merge pull request #149008 from r-ryantm/auto-update/delve
delve: 1.7.2 -> 1.7.3
2021-12-06 06:43:07 -08:00
Ryan Mulligan e79989e678
Merge pull request #148965 from r-ryantm/auto-update/codeql
codeql: 2.7.0 -> 2.7.2
2021-12-06 06:42:28 -08:00
Arian van Putten 3efbd53c1b nixos/systemd: remove nss-{user,}-lookup.target from multi-user.target
There is no real harm having them there; but it means these units really
only become active if there is a service providing the underlying
functionality.

nss-lookup.target should not be pulled in unconditionally. It should be
pulled in by providers of DNS lookups. E.g. systemd-resolved.service has
a Wants=nss-lookup.target, Before=nss-lookup.target. So once
systemd-resolved.service has finished starting up; other units that rely
on DNS can be started; but if systemd-resolved is not enabled; those
units can start up immediately.

Same story goes for nss-user-lookup.target and daemons like sssd.

From https://systemd.io/UIDS-GIDS/:

 Note that nss-user-lookup.target is a passive unit: in order to
 minimize synchronization points on systems that don’t need it the unit
 is pulled into the initial transaction only if there’s at least one
 service that really needs it, and that means only if there’s a service
 providing the local user database somehow through IPC or suchlike.
2021-12-06 14:40:18 +00:00
Arian van Putten b4d7911263 nixos/systemd: remove local-fs.target, swap.target from multi-user.target
Since https://github.com/NixOS/nixpkgs/pull/56184/files  local-fs.target
is already pulled in by sysinit.target

swap.target has always already been pulled in by sysinit.target
2021-12-06 14:40:14 +00:00
Arian van Putten d4e4d27dff systemd: move systemd-tmpfiles-setup-dev.service back to early boot
It was originally moved because of nixops autoLuks feature which
has been unsupported for a while.

See:
* https://github.com/NixOS/nixpkgs/issues/62211
* https://github.com/NixOS/nixops/pull/1156#issuecomment-605339705

systemd-tmpfiles-setup-dev.service needs to run very  early (even before
udev runs) because udev rules assume static device nodes already exist
even before udev is started. If these static device nodes do not exist;
systemd might have trouble mounting filesystems that require static
device nodes (like loopfs and btrfs).
2021-12-06 14:40:07 +00:00
ajs124 32e30e84f6 systemd: align kmod-static-nodes.service with kmod paths 2021-12-06 14:39:41 +00:00
ajs124 84a769c071 systemd: 249.5 -> 249.7 2021-12-06 14:39:16 +00:00
Ryan Mulligan 903d86eb3f
Merge pull request #148854 from r-ryantm/auto-update/gitRepo
gitRepo: 2.17.3 -> 2.18
2021-12-06 06:37:19 -08:00
Maximilian Bosch 407ab3b4b0
Merge pull request #148998 from r-ryantm/auto-update/vgrep
vgrep: 2.5.3 -> 2.5.5
2021-12-06 15:24:16 +01:00
Jacek Galowicz c88b86db61
Merge pull request #149000 from r-ryantm/auto-update/ustreamer
ustreamer: 4.6 -> 4.9
2021-12-06 14:21:11 +00:00
R. Ryantm 6c4a8c770f texstudio: 4.0.2 -> 4.1.1 2021-12-06 14:20:40 +00:00
R. Ryantm 73abda994e docker-buildx: 0.6.3 -> 0.7.1 2021-12-06 14:08:58 +00:00
R. Ryantm b9f5b8dce7 pangomm_2_48: 2.48.1 -> 2.48.2 2021-12-06 14:03:20 +00:00
R. Ryantm 1ffd6d6f1f python38Packages.cysignals: 1.10.3 -> 1.11.1 2021-12-06 13:55:04 +00:00
Thiago Kenji Okada 33e333e2a6
Merge pull request #148910 from rasendubi/escrotum-2020-12-07
escrotum: 2019-06-10 -> 2020-12-07
2021-12-06 10:42:29 -03:00
R. Ryantm 5e69c0d2f4 delve: 1.7.2 -> 1.7.3 2021-12-06 13:18:07 +00:00
7c6f434c 122413f680
Merge pull request #148950 from r-ryantm/auto-update/clingo
clingo: 5.5.0 -> 5.5.1
2021-12-06 13:12:18 +00:00
Jan Tojnar e06734eac7
Merge pull request #148930 from r-ryantm/auto-update/libsoup_3
libsoup_3: 3.0.2 -> 3.0.3
2021-12-06 14:11:20 +01:00
R. Ryantm 4065ea45e6 ddcutil: 1.2.0 -> 1.2.1 2021-12-06 13:11:11 +00:00
Jan Tojnar 7fa6c8c4d4
Merge pull request #148864 from r-ryantm/auto-update/gnome.eog
gnome.eog: 41.0 -> 41.1
2021-12-06 14:07:50 +01:00
Jan Tojnar 25e31c4b96
Merge pull request #148858 from r-ryantm/auto-update/glib
glib: 2.70.1 -> 2.70.2
2021-12-06 14:07:22 +01:00
Jan Tojnar 981e6c9165
Merge pull request #148867 from r-ryantm/auto-update/gnome.ghex
gnome.ghex: 3.41.0 -> 3.41.1
2021-12-06 14:03:49 +01:00
Jan Tojnar e94b475c85
Merge pull request #148888 from r-ryantm/auto-update/gnome.libsoup
gnome.libsoup: 2.74.1 -> 2.74.2
2021-12-06 14:03:32 +01:00
Bobby Rong fee3a6ea33
Merge pull request #148875 from r-ryantm/auto-update/binance
binance: 1.26.0 -> 1.27.0
2021-12-06 21:03:24 +08:00
Jan Tojnar 22d61d935f
Merge pull request #148868 from r-ryantm/auto-update/yelp
gnome.yelp: 41.1 -> 41.2
2021-12-06 14:00:34 +01:00
Jan Tojnar 7959db355d
Merge pull request #148870 from r-ryantm/auto-update/gnome.gnome-boxes
gnome.gnome-boxes: 41.1 -> 41.2
2021-12-06 14:00:00 +01:00
Jan Tojnar d40bae46b6
Merge pull request #148880 from r-ryantm/auto-update/gnome.gnome-software
gnome.gnome-software: 41.1 -> 41.2
2021-12-06 13:59:27 +01:00
Bobby Rong c996a2a905
Merge pull request #148973 from r-ryantm/auto-update/tutanota-desktop
tutanota-desktop: 3.89.5 -> 3.89.23
2021-12-06 20:58:10 +08:00
R. Ryantm 5da3f0d3bd ustreamer: 4.6 -> 4.9 2021-12-06 12:58:02 +00:00
Jan Tojnar 368fe3ade4
Merge pull request #148896 from r-ryantm/auto-update/gnome-connections
gnome-connections: 41.1 -> 41.2
2021-12-06 13:57:26 +01:00
Bobby Rong af0f0229c4
Merge pull request #148984 from r-ryantm/auto-update/ugrep
ugrep: 3.3.8 -> 3.3.10
2021-12-06 20:56:33 +08:00