Commit Graph

560122 Commits

Author SHA1 Message Date
R. Ryantm
5c6786bc3b kubeswitch: 0.8.0 -> 0.8.1 2023-12-16 06:05:36 +00:00
Pol Dellaiera
f6608ef020
Merge pull request #274519 from drupol/winbox-module
nixos/winbox: init
2023-12-16 00:51:37 +01:00
Franz Pletz
d6b1e62544
Merge pull request #272041 from Luflosi/kubo-fix-potential-panic-on-start
nixos/kubo: fix potential panic on startup
2023-12-16 00:51:03 +01:00
Yureka
386647bebf
lsp-plugins: apply patch "Fix aarch64 msmatrix code" (#274504)
This fixes a critical issue in the dsp code path used on Apple Silicon machines
2023-12-16 00:06:12 +01:00
Weijia Wang
5a836e74a4
Merge pull request #273598 from amarshall/davinci-resolve-update
davinci-resolve{,-studio}: 18.6.3 -> 18.6.4
2023-12-15 23:58:50 +01:00
Weijia Wang
17d8edf104
Merge pull request #273974 from r-ryantm/auto-update/cargo-run-bin
cargo-run-bin: 1.5.0 -> 1.6.0
2023-12-15 23:50:23 +01:00
Weijia Wang
249d46fbd7
Merge pull request #273986 from r-ryantm/auto-update/cargo-xwin
cargo-xwin: 0.14.9 -> 0.16.2
2023-12-15 23:46:57 +01:00
Weijia Wang
fafa010f36
Merge pull request #274527 from r-ryantm/auto-update/httplib
httplib: 0.14.1 -> 0.14.2
2023-12-15 23:43:47 +01:00
Weijia Wang
48af9ad1fc
Merge pull request #274037 from kirillrdy/juce
juce: 7.0.7 -> 7.0.9
2023-12-15 23:42:08 +01:00
Weijia Wang
01b9636a76
Merge pull request #274494 from r-ryantm/auto-update/grpc-gateway
grpc-gateway: 2.18.0 -> 2.18.1
2023-12-15 23:40:04 +01:00
Weijia Wang
3fa62d76cf
Merge pull request #273660 from r-ryantm/auto-update/git-machete
git-machete: 3.20.0 -> 3.22.0
2023-12-15 23:39:35 +01:00
Emery Hemingway
2925a9ef30 hjson-go: 4.3.1 -> 4.4.0 2023-12-15 22:39:18 +00:00
Weijia Wang
295c4eef41
Merge pull request #273682 from r-ryantm/auto-update/gridtracker
gridtracker: 1.23.1202 -> 1.23.1207
2023-12-15 23:38:40 +01:00
Weijia Wang
c900383741
Merge pull request #273885 from r-ryantm/auto-update/ani-cli
ani-cli: 4.6 -> 4.7
2023-12-15 23:37:56 +01:00
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
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
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
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