Commit Graph

717847 Commits

Author SHA1 Message Date
misuzu
e8961d9e65
nixos/prometheus: add mqtt-exporter (#289395) 2024-12-06 20:39:43 +02:00
Arne Keller
166af03927
python3Packages.django: fix build on 32 bit platforms (#353399) 2024-12-06 19:34:47 +01:00
misuzu
76eabd1806
proxmox-auto-install-assistant: 8.2.6 -> 8.3.3 (#358939) 2024-12-06 20:30:34 +02:00
Christoph Heiss
345d36a3e5
nixos/prometheus-mqtt-exporter: add release notes entry
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 19:29:10 +01:00
Christoph Heiss
efbb8bd904
nixos/tests/prometheus-exporters: add tests for mqtt-exporter
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 19:29:09 +01:00
Christoph Heiss
2acc732b6a
nixos/prometheus: add mqtt-exporter
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 19:29:05 +01:00
misuzu
1489d59ba0
waybar: add option for en-/disabling niri support (#361152) 2024-12-06 20:24:04 +02:00
misuzu
7de803c703
minio-warp: init at 1.0.6 (#359607) 2024-12-06 20:23:00 +02:00
misuzu
719cdf08a5
openresty: make postgres module optional (#362426) 2024-12-06 20:19:21 +02:00
misuzu
d5c7eaec3b
vsce/python: fix pythonUseFixed (#362323) 2024-12-06 20:17:30 +02:00
Christoph Heiss
b3eca67865
nixos/openresty: fix build with nginx modules (#362348)
When adding modules to openresty, by either

- using `.override { modules = [ ..]; }` directly
- adding them to `services.nginx.additionalModules` or
- enabling e.g. something like `services.nginx.recommendedZstdSettings`

the build will then fail, as the actual `nginx` binary lands in
`nginx/bin/nginx` for openresty, and is only symlinked to `bin/nginx`
(and `bin/openresty`, for that matter).

This breaks the post-install script for nginx when removing references
to the aforementioned modules, since `remove-references-to` skips
symlinks. Thus, just read the symlink before in this case.

`readlink -fn` will read the symlink if it is one, otherwise just
returns the path itself.

The phase is also moved after the package-specific postInstall phase, at
that might move binaries around or create symlinks - as is the case for
openresty.

Can be easily reproduced using e.g.:

$ nix build --impure -E 'with import ./. {}; openresty.override { modules = [ nginxModules.zstd ]; }' -L

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 20:15:26 +02:00
misuzu
4b8b05c2e0
rosegarden: 22.12.1 -> 24.12 (#362427) 2024-12-06 20:13:02 +02:00
Nick Cao
f341d4efa2
signalbackup-tools: 20241119 -> 20241205 (#361203) 2024-12-06 13:11:24 -05:00
Nick Cao
aa9d02b5a1
python312Packages.pycrdt: 0.10.7 -> 0.10.8 (#362488) 2024-12-06 12:55:00 -05:00
Thiago Kenji Okada
7c4b748f98
rtorrent: use vendored tinyxml2 for XMLRPC (#362158) 2024-12-06 17:50:24 +00:00
Malo Bourgon
206ea9fae6 signalbackup-tools: 20241119 -> 20241205
Diff: 20241119...20241205
2024-12-06 09:44:01 -08:00
Yueh-Shun Li
f145dbde15
timeshift: 24.06.3 -> 24.06.5 (#362439) 2024-12-07 01:22:11 +08:00
nixpkgs-merge-bot[bot]
89eb0f6275
villain: 2.2.0 -> 2.2.1 (#362428) 2024-12-06 17:15:56 +00:00
Sandro
3df575831c
opengist: 1.7.5 -> 1.8.3 (#354830) 2024-12-06 18:15:44 +01:00
Sandro
d6b812546b
gnat-bootstrap: fix and enable strictDeps (#361717) 2024-12-06 18:07:52 +01:00
Martin Weinelt
cc7d5fc95a
home-assistant-custom-components.solis-sensor: 3.7.1 -> 3.7.2 (#362440) 2024-12-06 18:06:33 +01:00
Artturin
6b2892c47e
Revert "splice.nix: make pkgs splicedPackages" (#362496) 2024-12-06 19:04:26 +02:00
Artturin
9d9f4b50b4
Revert "splice.nix: make pkgs splicedPackages" 2024-12-06 18:58:53 +02:00
Sandro
2463134e4c
wget: fix and enable strictDeps (#361823) 2024-12-06 17:58:26 +01:00
nixpkgs-merge-bot[bot]
c122883ba8
codeberg-cli: 0.4.3 -> 0.4.6 (#362204) 2024-12-06 16:53:45 +00:00
Tyler Langlois
3cb2fa6e00 vagrant: 2.4.1 -> 2.4.3
I'm including the steps I took to update this package to help the next
committer. Time permitting, this should probably be codified as a
formal update script:

1. Clone the upstream hashicorp/vagrant repository
2. Check out the desired version tag
3. Run `bundle lock` within the repository to generate `Gemfile.lock`
4. Run `bundix` to generate a `gemset.nix`
5. Move `gemset.nix` to overwrite this package's `gemset.nix`
6. Remove the self-referential `vagrant` attribute of the gemset
7. Clone vagrant-libvirt/vagrant-libvirt and check out the desired tag (probably latest release tag)
8. (Maybe optional?) because `bundle lock` lacks the ability to exclude groups; comment out groups unrelated to a release like `development` and `test, otherwise dependency conflicts with vagrant's `gemset.nix` are likely.
9. Run `bundle lock` within the repository to generate `Gemfile.lock`
10. Run `bundix` to generate a `gemset.nix`
11. Move `gemset.nix` to overwrite this package's `gemset_libvirt.nix`
12. Edit the `vagrant-libvirt` gem attribute to change its source to rubygems and not a relative path

Aside from these specific steps, the normal package update steps apply (update version, set hash to `lib.fakeHash`, get the updated hash to replace the old).
2024-12-06 17:53:19 +01:00
Nick Cao
d7f97a0223
vulkan-caps-viewer: 3.43 -> 4.00 (#362459) 2024-12-06 11:52:22 -05:00
Artturin
debf997987
splice.nix: make pkgs splicedPackages (#349316) 2024-12-06 18:49:32 +02:00
David McFarland
fd2d8e30ca
dotnet: december 2024 update (#362191) 2024-12-06 12:49:00 -04:00
Gaetan Lepage
fe76ffc48a python312Packages.pycrdt: 0.10.7 -> 0.10.8
Changelog: https://github.com/jupyter-server/pycrdt/releases/tag/0.10.8

Diff: https://github.com/jupyter-server/pycrdt/compare/0.10.7...0.10.8
2024-12-06 17:48:01 +01:00
Aleksana
d7873e2968
rygel: remove unused gtk3 buildInputs (#362483) 2024-12-07 00:40:23 +08:00
Martin Weinelt
d871680fc4
knot-dns: 3.4.2 -> 3.4.3 (#362403) 2024-12-06 17:38:33 +01:00
Tobias Langendorf
ff688dd2b2 jujutsu: 0.23.0 -> 0.24.0 2024-12-06 10:34:33 -06:00
aleksana
f2e100dfc1 rygel: remove unused gtk3 buildInputs 2024-12-07 00:31:29 +08:00
Masum Reza
4c4b9f09be
zulip: expand platforms to all Linux (#362474) 2024-12-06 22:01:16 +05:30
Masum Reza
1becf6e0da
ci: add mergify rules for nixpkgs (#360340) 2024-12-06 21:57:43 +05:30
Jörg Thalheim
8aa3366263
ci: add Nixpkgs lib-tests workflow (#361447) 2024-12-06 17:20:04 +01:00
Philip Taron
f9175022d6
update-python-libraries: migrate git revs to tag (#362222) 2024-12-06 08:18:39 -08:00
tomberek
c1b7fa8153
parallel: fix strictDeps (#362116) 2024-12-06 11:17:35 -05:00
Jon Seager
d6b6d8c37d
google-chrome: 131.0.6778.85 -> 131.0.6778.108 (#362451) 2024-12-06 16:11:02 +00:00
Fabian Affolter
7c1aca7140
checkov: use default python (3.12) (#361733) 2024-12-06 17:02:29 +01:00
Gary Guo
29d7565e1b zulip: expand platforms to all Linux 2024-12-06 15:59:15 +00:00
Tomodachi94
a0ad081b9f
fluxus, racket_7_9: drop (#362330) 2024-12-06 07:58:42 -08:00
Aleksana
db607a647b
nixos/cage: add package option (#359057) 2024-12-06 23:51:05 +08:00
Arne Keller
794630183a
mlton: enable aarch64-darwin (#302487) 2024-12-06 16:43:45 +01:00
Sandro
3aa821cdb3
intel-compute-runtime: 24.39.31294.12 -> 24.45.31740.9 (#362374) 2024-12-06 16:34:05 +01:00
Nick Cao
bff87365df
lua-language-server: 3.13.2 -> 3.13.3 (#362390) 2024-12-06 10:28:17 -05:00
Aleksana
8695054aee
gcalcli: 4.4.0 -> 4.5.1 (#352984) 2024-12-06 23:24:50 +08:00
Sefa Eyeoglu
f0fae9fc6b
k9s: 0.32.6 -> 0.32.7 (#360993) 2024-12-06 16:24:09 +01:00
R. Ryantm
e690cce817 vulkan-caps-viewer: 3.43 -> 4.00 2024-12-06 15:22:38 +00:00