Commit Graph
693965 Commits
Author SHA1 Message Date
Nick CaoandGitHub 8e125ab277 sing-box: 1.9.7 -> 1.10.0 (#348787) 2024-10-16 12:43:13 -04:00
Nick CaoandGitHub ff77f331ae stratisd: 3.7.1 -> 3.7.2 (#348839) 2024-10-16 12:40:42 -04:00
Martin WeineltandGitHub 831cf024aa nixos/atticd: wants network-online.target (#349083) 2024-10-16 18:39:16 +02:00
Nick CaoandGitHub 7b7a7fb726 pinentry-rofi: 2.2.0 -> 3.0.0 (#348863) 2024-10-16 12:38:39 -04:00
K900andGitHub 8d1baa79bb buildFHSEnv: don't include /var (#348973) 2024-10-16 19:38:13 +03:00
Adam Stephens bece21421b nixos/atticd: wants network-online.target
fixes:

trace: evaluation warning: atticd.service is ordered after 'network-online.target' but doesn't depend on it
2024-10-16 12:36:19 -04:00
K900andGitHub 4e567efc38 obs-vkcapture: don't depend on ECM (#349081) 2024-10-16 19:33:09 +03:00
K900 50d782b1ff buildFHSEnv: don't include /var
This mostly prevents random junk from leaking into fhsenvs,
but also fixes Steam not having a /var anymore.
2024-10-16 19:32:21 +03:00
Nick CaoandGitHub 169264fe6a cnspec: 11.25.0 -> 11.26.0 (#349024) 2024-10-16 12:32:11 -04:00
Nick CaoandGitHub a1933c87a0 tiny-dfr: 0.3.1 -> 0.3.2 (#348987) 2024-10-16 12:28:16 -04:00
Nick CaoandGitHub c977184f2a python312Packages.pyoverkiz: 1.14.1 -> 1.14.2 (#348999) 2024-10-16 12:27:42 -04:00
R. Ryantm 7b999e319c python312Packages.latexrestricted: 0.4.0 -> 0.5.0 2024-10-16 16:27:38 +00:00
K900 d7198131df obs-vkcapture: don't depend on ECM
Fixes #349078.
2024-10-16 19:27:28 +03:00
Nick CaoandGitHub db3b28e7fd seafile-shared: 9.0.7 -> 9.0.8 (#349006) 2024-10-16 12:26:42 -04:00
Nick CaoandGitHub 069f6e8593 tbls: 1.77.0 -> 1.78.0 (#349011) 2024-10-16 12:23:41 -04:00
Nick CaoandGitHub 3fe065996e cargo-deb: 2.5.1 -> 2.7.0 (#349013) 2024-10-16 12:21:44 -04:00
Nick CaoandGitHub 658861ee4a libcdada: 0.6.0 -> 0.6.1 (#349018) 2024-10-16 12:19:06 -04:00
Nick CaoandGitHub 6336086b5f python312Packages.stdlib-list: 0.10.0 -> 0.11.0 (#348952) 2024-10-16 12:17:00 -04:00
Nick CaoandGitHub c51ed53a42 snips-sh: 0.4.0 -> 0.4.1 (#348955) 2024-10-16 12:15:55 -04:00
Nick CaoandGitHub b56e6f8e44 tdnf: 3.5.8 -> 3.5.9 (#348959) 2024-10-16 12:15:01 -04:00
K900andGitHub 8f968fca5a telegram-desktop: 5.6.2 -> 5.6.3 (#348910) 2024-10-16 19:11:15 +03:00
Nick CaoandGitHub 5d54a1bbee python312Packages.tencentcloud-sdk-python: 3.0.1249 -> 3.0.1250 (#348909) 2024-10-16 12:09:25 -04:00
Nick CaoandGitHub 7b70263417 v2ray-domain-list-community: 20240920063125 -> 20241013063848 (#348912) 2024-10-16 12:08:40 -04:00
Nick CaoandGitHub 08213ab7d1 python312Packages.pydeconz: 117 -> 118 (#348913) 2024-10-16 12:07:55 -04:00
Nick CaoandGitHub a16cada2cb python312Packages.opower: 0.8.3 -> 0.8.4 (#348914) 2024-10-16 12:06:32 -04:00
Nick CaoandGitHub 85683435bb python312Packages.aioftp: 0.22.3 -> 0.23.1 (#348916) 2024-10-16 12:05:54 -04:00
Nick CaoandGitHub 0374b7ac67 kustomize: 5.4.3 -> 5.5.0 (#348924) 2024-10-16 12:04:38 -04:00
techknowlogick ead49e50e5 terraform: 1.9.7 -> 1.9.8
Diff: https://github.com/hashicorp/terraform/compare/v1.9.7...v1.9.8

Changelog: https://github.com/hashicorp/terraform/blob/v1.9.8/CHANGELOG.md
2024-10-16 11:56:56 -04:00
Pol DellaieraandGitHub 90c671a343 vscode-extensions.pylyzer.pylyzer: 0.1.8 -> 0.1.10 (#349042) 2024-10-16 17:47:13 +02:00
Fabián Heredia MontielandGitHub 0ff4d56425 jam: fix OS determination on linux (#349044) 2024-10-16 09:46:40 -06:00
r-vdp a4f7868edf nixos/etc-overlay: fix VM test for immutable overlay 2024-10-16 17:42:58 +02:00
r-vdp 24bf6e9cb8 nixos/etc-overlay: avoid rebuilding the initrd every time the etc contents change
Before this change, the hash of the etc metadata image was included in
the mount unit that's responsible for mounting this metadata image in the
initrd.
And because this metadata image changes with every change to the etc
contents, the initrd would be rebuild every time as well.
This can lead to a lot of rebuilds (especially when revision info is
included in /etc/os-release) and all these initrd archives use up a lot of
space on the ESP.

With this change, we instead include a symlink to the metadata image in the
top-level directory, in the same way as we already do for things like init and
prepare-root, and we deduce the store path from the init= kernel parameter,
in the same way as we already do to find the path to init and prepare-root.

Doing so avoids rebuilding the initrd all the time.
2024-10-16 17:42:58 +02:00
r-vdp 763dc50b08 nixos/systemd-initrd: pull the logic to find the nixos closure into a separate service 2024-10-16 17:42:50 +02:00
Fabian AffolterandGitHub 579f512272 python312Packages.gcovr: 7.2 -> 8.2 (#348947) 2024-10-16 17:34:03 +02:00
Fabian Affolter 42dee1d3d0 python312Packages.python-ipware: 2.0.0 -> 3.0.0
Diff: https://github.com/un33k/python-ipware/compare/refs/tags/v2.0.0...v3.0.0

Changelog: https://github.com/un33k/python-ipware/blob/v3.0.0/CHANGELOG.md
2024-10-16 17:24:56 +02:00
Artturin 200e2090c2 vintagestory: Fix cursor on wayland
Capturing and Texture.

Doesn't need to use `LD_PRELOAD`, `LD_LIBRARY_PATH` works.

https://www.github.com/NixOS/nixpkgs/issues/265817#issuecomment-2345008152
2024-10-16 18:23:49 +03:00
Mathew PolzinandGitHub ae455cac19 coroot: init at 1.5.8 (#346844) 2024-10-16 10:20:23 -05:00
Jon SeagerandGitHub a1ac053e14 google-chrome: fix URL encoding for version filter, add shellcheck, 129.0.6668.{100,101} -> 130.0.6723.{58,59} (#349037) 2024-10-16 16:15:03 +01:00
Austin Horstman 1e3da2d0a6 gh: format 2024-10-16 10:04:24 -05:00
niksturandGitHub e81710fa8b nixos/userborn: fix username typo (#346773) 2024-10-16 17:00:39 +02:00
R. Ryantm d98a0de552 mlx42: 2.3.4 -> 2.4.0 2024-10-16 14:56:31 +00:00
nixpkgs-merge-bot[bot]andGitHub 6269d56b93 homebank: 5.8.3 -> 5.8.5 (#348620) 2024-10-16 14:50:27 +00:00
Fabian Affolter 54f7992478 python312Packages.python-toolbox: 1.0.10 -> 1.0.11
Diff: https://github.com/cool-RR/python_toolbox/compare/refs/tags/1.0.10...1.0.11

Changelog: https://github.com/cool-RR/python_toolbox/releases/tag/1.0.11
2024-10-16 16:38:24 +02:00
SomeoneandGitHub 051c4a28a8 python312Packages.nvidia-ml-py: fix and improve test (#348997) 2024-10-16 14:32:37 +00:00
Ryan Yin b3e1ae7a5b tiled: add qtwayland to buildInputs 2024-10-16 22:23:49 +08:00
ArtturinandGitHub 021585610e rdkafka: Add curl dependency for OAuth support. (#348993) 2024-10-16 17:18:35 +03:00
hellodword a476fdb246 nixos/sing-box: test iproute2_table_index and iproute2_rule_index 2024-10-16 14:18:18 +00:00
Bernardo MeurerandGitHub 123b4aa06d tlp: 1.6.1 -> 1.7.0 (#348774) 2024-10-16 14:12:55 +00:00
toonnandGitHub 82393b99a6 nb: 7.12.1 -> 7.14.4 (#348429) 2024-10-16 16:07:19 +02:00
SomeoneSerge 0daa24192c triton-llvm: patch for glibc 2.40 support 2024-10-16 14:05:36 +00:00