Commit graph

656664 commits

Author SHA1 Message Date
Peder Bergebakken Sundt 1bd0c80c3c
Merge pull request #327642 from emilazy/push-xkppnuxutmyo
bino3d: 1.6.8 -> 2.2
2024-07-22 15:36:29 +02:00
Bobby Rong 3e9b9159cb
Merge pull request #327144 from bobby285271/upd/cinnamon-xapps-by-name
Move various packages out of cinnamon scope
2024-07-22 21:33:16 +08:00
R. Ryantm 24f17a2a29 python312Packages.azure-mgmt-containerservice: 30.0.0 -> 31.0.0 2024-07-22 13:30:04 +00:00
Masum Reza f95e341ca6
Merge pull request #328960 from JohnRTitor/aquamarine
aquamarine: init at 0.1.1; hyprwayland-scanner: 0.3.10 -> 0.4.0; hyprlock: 0.4.0 -> 0.4.1
2024-07-22 18:59:46 +05:30
Bob van der Linden a298a03ba6
ngrok: 3.10.1 -> 3.13.0 (#328897)
* ngrok: move to pkgs/by-name

* ngrok: support phase hooks

* ngrok: reuse lib.platforms.unix

* ngrok: format using nixfmt-rfc-style

* ngrok: add downloadPage and changelog

* ngrok: remove nested `with lib`

* ngrok: use xh instead of httpie for updateScript

Currently httpie cannot validate HTTPS certificate due to
https://github.com/NixOS/nixpkgs/issues/94666. xh is an alternative
where this problem does not exist.

* ngrok: 3.10.1 -> 3.13.0

* ngrok: format update.sh

* ngrok: use BASH_SOURCE in update.sh

* ngrok: strip on non-darwin systems
2024-07-22 10:29:32 -03:00
éclairevoyant 0f4326b2f1
flameshot: add flag for wlr support 2024-07-22 09:22:19 -04:00
éclairevoyant 2bad3487c6
flameshot: 12.1.0 -> 12.1.0-unstable-2024-07-02 2024-07-22 09:22:19 -04:00
éclairevoyant 5af98120ad
flameshot: use unstable version in update script 2024-07-22 09:22:19 -04:00
éclairevoyant 4650385d09
flameshot: move to by-name 2024-07-22 09:22:19 -04:00
Corinna Raab b529aae8dc python312Packages.google-cloud-container: 2.47.1 -> 2.49.0
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-container-v2.49.0/packages/google-cloud-container/CHANGELOG.md
2024-07-22 15:20:11 +02:00
21CSM cb1a4601f5
vscode-extensions.fill-labs.dependi: 0.7.2 -> 0.7.4 2024-07-22 09:20:03 -04:00
Corinna Raab b0d668ad8f python312Packages.google-cloud-tasks: 2.16.3 -> 2.16.4
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-tasks-v2.16.4/packages/google-cloud-tasks/CHANGELOG.md
2024-07-22 15:13:40 +02:00
Lin Xianyi 5806503fbc xdg-desktop-portal-hyprland: 1.3.2 -> 1.3.3 2024-07-22 21:11:22 +08:00
Fabian Affolter 40a1300abf python312Packages.aiolifx-themes: 0.4.21 -> 0.4.27
Diff: https://github.com/Djelibeybi/aiolifx-themes/compare/refs/tags/v0.4.21...v0.4.27

Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.4.27
2024-07-22 15:09:10 +02:00
Fabian Affolter a79048405d python312Packages.fastcore: 1.5.53 -> 1.5.54
Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.53...1.5.54

Changelog: https://github.com/fastai/fastcore/blob/1.5.54/CHANGELOG.md
2024-07-22 15:06:45 +02:00
Gerg-L d51dad7c77 neovim: stop inheriting meta.position from neovim-unwrapped 2024-07-22 15:01:34 +02:00
Fabian Affolter fdff445831 python312Packages.alpha-vantage: 2.3.1 -> 3.0.0
Diff: https://github.com/RomelTorres/alpha_vantage/compare/refs/tags/v2.3.1...v3.0.0

Changelog: https://github.com/RomelTorres/alpha_vantage/releases/tag/3.0.0
2024-07-22 14:57:07 +02:00
Martin Weinelt fe58e8856f
nixos/ollama: make host example dualstack wildcard
Binding to IPv6 wildcard generally binds dual-stack, which is also a
better example because the way to specify it is not always very clear.
2024-07-22 14:51:40 +02:00
Martin Weinelt bd473ceae3
nixos/doc/rl-2411: add ollama changes 2024-07-22 14:51:40 +02:00
Martin Weinelt 12897b37a8
nixos/ollama: harden systemd unit
Tested with CPU and CUDA acceleration. Researched for ROCm, but I have no
compatible card to test it with.
2024-07-22 14:51:40 +02:00
Martin Weinelt be7bce879f
nixos/ollama: remove writablePaths option
Making the models directory always writable is much simpler, than having
to watch out for an option to facilitate that.
2024-07-22 14:51:39 +02:00
Martin Weinelt 809ea5c6bd
nixos/ollama: replace flawed sandboxing option
The ollama module in its default configuration relies on systemd's
`DynamicUser=` feature for user allocation. In #305076 that allocation
was made conditional and tied to the `sandboxing` option, that was
intended to fix access to model directories outside the allocated state
directory.

However, by disabling sandboxing ollama would inadvertently run as root,
given that `User=` and `Group=` are not required to be set.

The correct way to grant access to other paths is to allocate static
user and group, and grant permissions to the destination path to that
allocation.

We therefore replace the sandboxing option user and group options, that
default to `null`, which means they default to `DynamicUser=`, but can
be replaced with a statically allocated user/group, and thereby a stable
uid/gid.

Fixes: 552eb759 ("nixos/ollama: add options to bypass sandboxing")
2024-07-22 14:51:39 +02:00
Stig b9db2ab52d
Merge pull request #327283 from r-ryantm/auto-update/yamlscript
yamlscript: 0.1.64 -> 0.1.66
2024-07-22 13:46:57 +01:00
Fabian Affolter 43f700c41a python312Packages.alexapy: 1.27.10 -> 1.28.0
Diff: https://gitlab.com/keatontaylor/alexapy/-/compare/refs/tags/v1.27.10...v1.28.0

Changelog: https://gitlab.com/keatontaylor/alexapy/-/blob/v1.28.0/CHANGELOG.md
2024-07-22 14:46:01 +02:00
Doron Behar a52c6d92e1 python312Packages.pyscf: disable more failing tests
These fail due to deprecated API calls

Co-authored-by: Phillip <sheepforce@users.noreply.github.com>
2024-07-22 15:45:51 +03:00
Doron Behar 4f37fc7a48 python311Packages.nitime: fix pyproject.toml substitution 2024-07-22 15:45:51 +03:00
Doron Behar 9eae9c2035 diffoscope: disable another broken test 2024-07-22 15:44:59 +03:00
Doron Behar 57b0c6d841 python311Packages.pymatgen: mark as broken 2024-07-22 15:44:59 +03:00
Doron Behar a75a635eca python311Packages.aplpy: mark as broken 2024-07-22 15:44:59 +03:00
Doron Behar 37217cbd08 python311Packages.outlines: mark as broken 2024-07-22 15:44:59 +03:00
Doron Behar 2798c7a0d0 python311Packages.objax: mark as broken 2024-07-22 15:44:59 +03:00
Doron Behar be4a8aa31a python311Packages.mne-python: disable failing test 2024-07-22 15:44:58 +03:00
Doron Behar 6828970a95 python311Packages.hoomd-blue: mark as broken 2024-07-22 15:44:58 +03:00
Doron Behar 4f6b37d153 python312Packages.h5py-mpi: fix build 2024-07-22 15:44:58 +03:00
❄️ 506413910e
Merge pull request #328966 from superherointj/arrow-glib-fix-build
arrow-glib: fix build
2024-07-22 09:41:41 -03:00
0x4A6F af81d1b24b
Merge pull request #307469 from helsinki-systems/init/busylight
python312Packages.busylight-for-humans: init at 0.32.0
2024-07-22 14:32:21 +02:00
R. Ryantm d90f155b78 planify: 4.8.4 -> 4.9.0 2024-07-22 20:30:28 +08:00
Masum Reza c6a57ed6c9
Merge pull request #325905 from lonyelon/rtl8852au
rtl8852au: unstable-2024-04-16 -> unstable-2024-05-06
2024-07-22 18:00:11 +05:30
Gaétan Lepage 52c83ec6a1
Merge pull request #328512 from GaetanLepage/arviz
python311Packages.arviz: 0.18.0 -> 0.19.0
2024-07-22 14:01:43 +02:00
Himadri Bhattacharjee ca61124d6a
python3Packages.deform: remove nose dependency 2024-07-22 17:25:58 +05:30
R. Ryantm b6cd1dd3f0 errands: 46.2.3 -> 46.2.4 2024-07-22 11:46:25 +00:00
Gaetan Lepage 07a6fb712d python311Packages.pylsp-rope: add missing setuptools build dependency 2024-07-22 13:45:17 +02:00
BirdeeHub 623403fdd5 typescript-language-server: fix requires typescript
typescript-language-server had an override that used lndir to
provide the typescript dependency. When typescript-language-server
was moved, this was not included.
2024-07-22 04:28:38 -07:00
R. Ryantm c80f6ff2c5 ecs-agent: 1.85.0 -> 1.85.1 2024-07-22 11:14:46 +00:00
R. Ryantm 1e91ddb346 neocmakelsp: 0.7.8 -> 0.7.9 2024-07-22 11:14:31 +00:00
Pavol Rusnak 3a6785efdb
Merge pull request #329127 from prusnak/lnd
lnd: 0.18.0 -> 0.18.2
2024-07-22 13:01:53 +02:00
Robert Schütz dacc5790c4 vwsfriend: init at 0.24.4 2024-07-22 03:49:40 -07:00
Pavol Rusnak aa03ccf61d
lnd: 0.18.0 -> 0.18.2 2024-07-22 12:43:28 +02:00
R. Ryantm 9db0b1cdfb python312Packages.pyoverkiz: 1.13.13 -> 1.13.14 2024-07-22 10:21:17 +00:00
R. Ryantm c4e2ca2e7d ntpd-rs: 1.2.2 -> 1.2.3 2024-07-22 10:18:58 +00:00