Commit Graph

643004 Commits

Author SHA1 Message Date
Yueh-Shun Li
86e5c53b29
clang-tools_*: move to aliases 2024-06-23 01:34:26 +05:30
Yueh-Shun Li
eb572c420d
clang-tools: move into llvmPackages 2024-06-23 01:34:26 +05:30
Yueh-Shun Li
ff60b6d3a5
clang-tools: format with nixfmt (Nix RFC 166)
Format default.nix with nixfmt in accordance with Nix RFC 166.

Manually Place the comments above the corresponding argument.
2024-06-23 01:34:25 +05:30
éclairevoyant
6f92eb1919
Merge pull request #320821 from lpchaim/init-smartcat
smartcat: init at 1.3.0
2024-06-22 19:58:12 +00:00
Masum Reza
a13270c552
Merge pull request #309406 from mrnossiom/fix/add-ozone-wl-flag-figma-linux
figma-linux: add NIXOS_OZONE_WL workaround
2024-06-23 01:25:46 +05:30
R. Ryantm
abdeb43baf ad-miner: 1.4.0 -> 1.5.0 2024-06-22 19:55:44 +00:00
John Titor
60ee995198
android-studio: add johnrtitor as maintainer
and there is really no need to keep seperate maintainers list for beta, canary and dev
2024-06-23 01:16:43 +05:30
R. Ryantm
5d0e84cc24 grizzly: 0.4.2 -> 0.4.3 2024-06-22 19:44:57 +00:00
R. Ryantm
f03e53175b zfind: 0.4.3 -> 0.4.4 2024-06-22 19:36:35 +00:00
John Titor
002d949bba
android-studio: stable 2023.3.1.19 -> 2024.1.1.11
beta: 2023.3.1.17 -> 2024.1.1.10
canary, dev: 2024.1.1.4 -> 2024.1.2.7
2024-06-23 01:03:25 +05:30
R. Ryantm
0190d7b09f safeeyes: 2.1.8 -> 2.1.9 2024-06-22 19:04:37 +00:00
Mihai Fufezan
cf7b89e9a6
hyprlandPlugins: init upstream hyprland-plugins at 0.41.1 2024-06-22 21:50:59 +03:00
Masum Reza
9693852a20
Merge pull request #321810 from r-ryantm/auto-update/ananicy-rules-cachyos
ananicy-rules-cachyos: 0-unstable-2024-06-14 -> 0-unstable-2024-06-19
2024-06-23 00:16:48 +05:30
R. Ryantm
9550309a98 bitmagnet: 0.9.2 -> 0.9.3 2024-06-22 18:40:56 +00:00
Fabian Affolter
74d8dda4f8
Merge pull request #321758 from fabaff/aiomealie
python312Packages.aiomealie: init at 0.4.0
2024-06-22 20:18:00 +02:00
Fabian Affolter
a9fd20d216
Merge pull request #321737 from fabaff/zwave-js-server-python-bump
python312Packages.zwave-js-server-python: 0.56.0 -> 0.57.0
2024-06-22 20:17:46 +02:00
Fabian Affolter
64279c3ec0 burpsuite: 2024.1.1.4 -> 2024.5.3 2024-06-22 20:11:39 +02:00
Fabian Affolter
49b12d10ff
Merge pull request #320784 from fabaff/conkeyscan
conkeyscan: init at 1.0.0
2024-06-22 20:01:26 +02:00
Mihai Fufezan
ef64bb4915
hyprlandPlugins.hy3: 0.41.0 -> 0.41.1 2024-06-22 21:00:10 +03:00
Alexis Hildebrandt
65c94bc0ba weechat: 4.3.2 -> 4.3.3
Release notes: https://github.com/weechat/weechat/releases/tag/v4.3.3
2024-06-22 19:57:44 +02:00
R. Ryantm
6dd848feea ananicy-rules-cachyos: 0-unstable-2024-06-14 -> 0-unstable-2024-06-19 2024-06-22 17:48:52 +00:00
R. Ryantm
c2132a15f0 bloat: 0-unstable-2024-02-12 -> 0-unstable-2024-06-17 2024-06-22 17:26:01 +00:00
abysssol
00c876544e ollama: refactor wrapper options 2024-06-22 13:14:04 -04:00
abysssol
42c70e2923 nixos/ollama: add option for HSA_OVERRIDE_GFX_VERSION
There are several GPUs that ROCm doesn't officially support but
will work correctly if ROCm is directed to treat the GPU as a different
one that is supported and has a similar architecture.
This can be done by setting `HSA_OVERRIDE_GFX_VERSION`.
Ollama has documentation on this topic: https://github.com/ollama/ollama/blob/main/docs/gpu.md#amd-radeon
2024-06-22 13:13:08 -04:00
Maximilian Bosch
a71e967ef3
Merge pull request #320983 from Ma27/nc-dbtableprefix
nixos/nextcloud: deprecate dbtableprefix
2024-06-22 16:54:41 +00:00
euxane
686e0652a5 stalwart-mail: patch service file to fix module compat
We're using the upstream systemd service file since dfa130e.
It specifies `PermissionsStartOnly = true`, which is not only
deprecated in recent systemd, but also interferes with the
`ExecPreStart` in our module.

This adds a patch to the package solving this, allowing our module and
NixOS test to work until this gets merged upstream.

Upstream PR: https://github.com/stalwartlabs/mail-server/pull/528
2024-06-22 18:53:41 +02:00
euxane
bcf7455bbc stalwart-mail: 0.8.1 -> 0.8.2
Changelog: https://github.com/stalwartlabs/mail-server/blob/v0.8.2/CHANGELOG.md
2024-06-22 18:53:34 +02:00
Maximilian Bosch
50d5306e7c
nixos/nextcloud: use dedicated memory limit for the entire CLI
Originally, I wanted to execute `nextcloud-occ` with a higher memory
limit because I needed to trigger an expensive operation by hand,
regenerating a bunch of previews.

While doing so, I realized how painful it is to put an invocation of
nextcloud-occ together for that, especially when you need to put it
into another systemd unit in Nix code.

That's why I decided to use the memory limit now for every
CLI invocation just in case. The stuff you do in those units (e.g.
running background jobs) is something you can also do by hand with
`nextcloud-occ` and you'll most likely want to have the same memory
limit there.
2024-06-22 18:39:08 +02:00
Maximilian Bosch
ab9b8f8cf4
nixos/nextcloud: services.nextcloud.occ is not internal
This option is actually useful when having a systemd unit invoking
`nextcloud-occ`, then you want to do something like

    path = [ config.services.nextcloud.occ ]

This is possible today, but not documented (and the option completion
from nil doesn't pick it up as a result).
2024-06-22 18:38:04 +02:00
R. Ryantm
287a853675 fastfetch: 2.15.0 -> 2.16.0 2024-06-22 16:33:35 +00:00
Kasper Gałkowski
131cdc5d2d sbclPackages.nyxt: removed overrides after quicklisp update
These fixes are now included in the standard packages.
2024-06-22 18:13:18 +02:00
Kasper Gałkowski
1e45362589 lisp-modules: use self instead of super when not overriding
It caused problems where unpatched dependencies were being picked up.
2024-06-22 18:13:18 +02:00
Kasper Gałkowski
f6f653bc59 sbclPackages.slynk: build from trunk, with extensions 2024-06-22 18:13:17 +02:00
Kasper Gałkowski
788e3f97ed sbclPackages.swank: build from trunk, with extensions 2024-06-22 18:13:17 +02:00
R. Ryantm
b45542ae7a cmctl: 1.14.5 -> 1.14.7 2024-06-22 16:12:46 +00:00
Christian Kögler
e2a6227705
Merge pull request #321699 from ck3d/localai-2171
local-ai: 2.16.0 -> 2.17.1
2024-06-22 18:08:52 +02:00
Marcus Ramberg
0445f6f541
Merge pull request #321426 from ifd3f/caligula/mark-nonbroken-darwin
caligula: mark darwin as no longer broken
2024-06-22 18:08:33 +02:00
R. Ryantm
f604fd2db5 python311Packages.pyscf: 2.6.0 -> 2.6.2 2024-06-22 16:06:16 +00:00
Kasper Gałkowski
a490a01f74 sbclPackages.cl-gobject-introspection: apply patch for recent SBCL 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
2a5ff80275 sbclPackages.tuple: remove
It's an old package initially added for testing lisp modules.
2024-06-22 18:01:28 +02:00
Kasper Gałkowski
1d34f6c526 sbclPackages.ltk: use the latest version from quicklisp
It includes the fix for ABCL, for which this override was originally made.
2024-06-22 18:01:28 +02:00
Kasper Gałkowski
18dfb7e140 sbclPackages.cl-unicode: use the latest version from quicklisp 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
8cd61aa964 sbclPackages.cffi: use newest version from quicklisp 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
62a961cfcb sbclPackages.dissect: use trunk version with compilation fix 2024-06-22 18:01:28 +02:00
Kasper Gałkowski
af973aaa01 lisp-modules: update imported packages to October 2023 Quicklisp release 2024-06-22 18:01:27 +02:00
Jan Tojnar
69cc9ae079
Merge pull request #321778 from Aleksanaa/gnome-podcasts
gnome-podcasts: 0.6.1 -> 0.7.1
2024-06-22 18:00:36 +02:00
R. Ryantm
15dbe36d2c xcp: 0.20.4 -> 0.21.0 2024-06-22 15:53:47 +00:00
R. Ryantm
b8b1ef6919 python311Packages.modelcif: 0.9 -> 1.0 2024-06-22 15:49:45 +00:00
Martin Weinelt
0f27188ebe
Merge pull request #321779 from pinpox/init-ha-awtrix
home-assistant-custom-components.awtrix: init at unstable-2024-05-26
2024-06-22 17:49:13 +02:00
R. Ryantm
f7a72ff407 vacuum-go: 0.10.0 -> 0.10.1 2024-06-22 15:45:10 +00:00