Commit Graph

560174 Commits

Author SHA1 Message Date
Weijia Wang
7cbbc5f415
Merge pull request #274174 from r-ryantm/auto-update/ddev
ddev: 1.22.5 -> 1.22.6
2023-12-15 23:37:35 +01:00
Weijia Wang
92acf6296a
Merge pull request #274137 from r-ryantm/auto-update/crocoddyl
crocoddyl: 2.0.1 -> 2.0.2
2023-12-15 23:37:00 +01:00
Luflosi
d4fcb44dcc
nixos/kubo: fix potential panic on startup
This fixes a panic of the kubo daemon which could occur under certain conditions when the daemon was starting.
It was caused by the `ipfs.service` unit not depending on the `ipfs-api.socket` and `ipfs-gateway.socket` units with `Wants=`. This allows the `ipfs.service` to be started manually or by `nixos-rebuild` without the sockets being set up before that. When that happens, the daemon won't know about these sockets and will only use what is set in `services.kubo.settings.Addresses.Gateway` and `services.kubo.settings.Addresses.API`. By default the `API` is an empty list in NixOS though. The daemon doesn't like this at all and panics on startup, see https://github.com/ipfs/kubo/issues/10056.
With this commit, starting `ipfs.service` will first set up the two sockets before starting the actual service.
Adding the `Sockets=` option implicitly adds a `Wants=` for the sockets and this is exactly what we need. See https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#Implicit%20Dependencies . This can be checked with `systemctl show ipfs.service`.

This should probably be upstreamed to the unit file in the Kubo repo.

The problem can be reproduced in the following way:
- Add `services.kubo.enable = true` to `/etc/nixos/configuration.nix`
- `sudo nixos-rebuild switch` (this may already fail, not sure why it's not deterministic for me)
- `sudo systemctl stop ipfs-api.socket`
- `sudo systemctl stop ipfs-gateway.socket`
- `sudo systemctl stop ipfs.service`
- `sudo systemctl start ipfs.service`

Fixes #248447.
2023-12-15 23:36:08 +01:00
Tom Vincent
271235e389 signal-desktop: re-enable wayland 2023-12-15 22:49:30 +01:00
Pol Dellaiera
c03d04a1d3
Merge pull request #274516 from ius/winbox-wine
winbox: switch to wineWowPackages.stable
2023-12-15 22:30:27 +01:00
Eric Kim-Butler
c70ba88ba8 nushell: 0.88.0 -> 0.88.1 2023-12-15 22:26:31 +01:00
R. Ryantm
c8b547adfc intel-gmmlib: 22.3.14 -> 22.3.15 2023-12-15 21:07:38 +00:00
R. RyanTM
c71de1b262
cf-terraforming: 0.16.1 -> 0.17.0 (#274375) 2023-12-15 16:02:46 -05:00
Silvan Mosberger
2cb07e48d2
Merge pull request #274507 from tweag/by-name-cancel
workflows/check-by-name: Cancel on merge conflicts
2023-12-15 21:54:55 +01:00
R. Ryantm
e26a9c5f80 infisical: 0.14.3 -> 0.16.3 2023-12-15 20:47:33 +00:00
R. Ryantm
bd5193e652 ihp-new: 1.1.0 -> 1.2.0 2023-12-15 20:30:59 +00:00
R. Ryantm
770d67f25c hyperrogue: 12.1y -> 12.1z 2023-12-15 20:01:20 +00:00
R. Ryantm
eb9018d592 httplib: 0.14.1 -> 0.14.2 2023-12-15 19:42:56 +00:00
Franz Pletz
203ecda835
Merge pull request #274321 from Luflosi/update/kubo
kubo: 0.24.0 -> 0.25.0
2023-12-15 20:16:17 +01:00
Franz Pletz
cbb38bf7b7
Merge pull request #264869 from h7x4/nixos-module-cleanup-quicktun
nixos/quicktun: clean up module, add tests
2023-12-15 20:14:39 +01:00
Franz Pletz
10ae76b1d8
Merge pull request #273077 from r-ryantm/auto-update/janus-gateway
janus-gateway: 1.2.0 -> 1.2.1
2023-12-15 20:13:11 +01:00
Pol Dellaiera
700959c8ee
nixos/winbox: init 2023-12-15 19:48:49 +01:00
Franz Pletz
0a2b91cdab
Merge pull request #274300 from trofi/iwd-update
iwd: 2.10 -> 2.11
2023-12-15 19:27:57 +01:00
Maximilian Bosch
3bead63704
Merge pull request #274111 from r-ryantm/auto-update/consul
consul: 1.16.3 -> 1.17.0
2023-12-15 19:26:46 +01:00
embr
919401f963 bozohttpd: Update source URL
The domain has changed, but it's the same tarball with the same hash.
2023-12-15 19:24:29 +01:00
Joerie de Gram
e4129a6cad winbox: switch to wineWowPackages.stable
In a9bf124 (PR #273232) winePackages.staging was upgraded from 8.20 to
9.0-rc1 after which WinBox refuses to run

This change downgrades wine to the stable release (8.20)
2023-12-15 19:24:27 +01:00
Silvan Mosberger
2a107bc64b
Merge pull request #272395 from tweag/by-name-migrate-empty-arg
tests.nixpkgs-check-by-name: Implement gradual empty arg check migration
2023-12-15 19:08:11 +01:00
Maximilian Bosch
432291ccde
Merge pull request #274098 from alyssais/libtiff-maintainership
libtiff: drop maintainership
2023-12-15 19:08:01 +01:00
Maximilian Bosch
842346cbd2
Merge pull request #274032 from trofi/lesspipe-update
lesspipe: 2.10 -> 2.11
2023-12-15 19:07:22 +01:00
Silvan Mosberger
dbb599f2e4 workflows/check-by-name: Cancel on merge conflicts 2023-12-15 18:49:29 +01:00
K900
d17c5a31dc
Merge pull request #274258 from K900/fresh-fruit
yuzu: 1639 -> 1651, yuzu-ea: 4003 -> 4019
2023-12-15 20:15:25 +03:00
R. Ryantm
c93206822b haruna: 0.12.2 -> 0.12.3 2023-12-15 17:04:18 +00:00
Maximilian Bosch
4bbe17a4e6
Merge pull request #274433 from Ma27/nc-apps-phonetrack
nextcloudPackages.apps: update & init phonetrack
2023-12-15 18:01:16 +01:00
Nick Cao
92367809cd
Merge pull request #273787 from sinanmohd/update-dendrite
dendrite: 0.13.4 -> 0.13.5
2023-12-15 11:49:42 -05:00
Samyak S Sarnayak
0e4f9ff6ec clippy: use unwrapped rustc when adding rpath for darwin 2023-12-15 17:46:56 +01:00
Samyak S Sarnayak
2c10cef2b3 rustfmt: use unwrapped rustc when adding rpath for darwin
fixes nixpkgs#273920
2023-12-15 17:46:56 +01:00
Pierre Bourdon
dd6cf9cf1c
Merge pull request #273924 from chvp/fix/matrix-appservice-slack
matrix-appservice-slack: use nodejs 18 to fix build
2023-12-15 17:45:29 +01:00
Pierre Bourdon
37e6fcf956
Merge pull request #274282 from r-ryantm/auto-update/esbuild
esbuild: 0.19.8 -> 0.19.9
2023-12-15 17:44:28 +01:00
Pierre Bourdon
a3fd47a44f
Merge pull request #274351 from r-ryantm/auto-update/flyctl
flyctl: 0.1.131 -> 0.1.134
2023-12-15 17:43:52 +01:00
Pierre Bourdon
2be6aa0353
Merge pull request #274373 from r-ryantm/auto-update/cargo-nextest
cargo-nextest: 0.9.64 -> 0.9.66
2023-12-15 17:43:32 +01:00
Pierre Bourdon
eb263bc5ae
Merge pull request #274413 from r-ryantm/auto-update/github-to-sqlite
github-to-sqlite: 2.8.3 -> 2.9
2023-12-15 17:43:13 +01:00
Silvan Mosberger
fc2d26939d tests.nixpkgs-check-by-name: Improve check clarity 2023-12-15 17:27:26 +01:00
Thomas Gerbet
8a205497ba
Merge pull request #274027 from teutat3s/slack-1.35.134
slack: 4.35.126 -> 4.35.131
2023-12-15 17:05:22 +01:00
Gaetan Lepage
4ede2b3572 vimPlugins.sniprun: 1.3.8 -> 1.3.9
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.9
2023-12-15 07:55:33 -08:00
Gaetan Lepage
9aaba1f0f3 vimPlugins.nvim-treesitter: update grammars 2023-12-15 07:55:33 -08:00
Gaetan Lepage
931e7dc171 vimPlugins: resolve github repository redirects 2023-12-15 07:55:33 -08:00
Gaetan Lepage
e5eb61ea25 vimPlugins: update on 2023-12-15 2023-12-15 07:55:33 -08:00
R. Ryantm
dbbbf2470e grpc-gateway: 2.18.0 -> 2.18.1 2023-12-15 15:55:09 +00:00
Maximilian Bosch
93c6876122
Merge pull request #274456 from r-ryantm/auto-update/go-toml
go-toml: 2.1.0 -> 2.1.1
2023-12-15 16:47:10 +01:00
Fabián Heredia Montiel
395c332abb
Merge pull request #274237 from katexochen/gofumpt/0-5-0
gofumpt: 0.3.1 -> 0.5.0, refactor
2023-12-15 15:46:17 +00:00
Fabián Heredia Montiel
774d658859
Merge pull request #274233 from Cottand/nomad-to-16
nomad: nomad_1_5 -> nomad_1_6
2023-12-15 15:45:09 +00:00
Fabián Heredia Montiel
24d21893ca
Merge pull request #274234 from Cottand/nomad-165
nomad_1_6: 1.6.4 -> 1.6.5
2023-12-15 15:43:41 +00:00
Fabián Heredia Montiel
19104a5241
Merge pull request #274235 from Cottand/nomad-172
nomad_1_7: 1.7.1 -> 1.7.2
2023-12-15 15:43:16 +00:00
Fabián Heredia Montiel
c0e63d06ed
Merge pull request #274247 from Cottand/nomad-1512
nomad_1_5: 1.5.8 -> 1.5.12
2023-12-15 15:42:28 +00:00
Nick Cao
f4543610b8
Merge pull request #274466 from r-ryantm/auto-update/goconst
goconst: 1.6.0 -> 1.7.0
2023-12-15 10:39:24 -05:00