Commit Graph
593189 Commits
Author SHA1 Message Date
Will FancherandGitHub a587a6a357 Merge pull request #285401 from sdht0/systemd-boot-xbootldr
nixos/systemd-boot: Add support for an XBOOTLDR partition
2024-02-27 20:35:03 -05:00
Will FancherandGitHub 031978580c Merge pull request #291882 from philiptaron/systemd-networkd/boolValuesPlus
nixos/networkd: accept `true` and `false` in addition to "yes" and "no" for DHCP= and LinkLocalAddressing=
2024-02-27 20:33:08 -05:00
StigandGitHub 200e73d977 Merge pull request #291766 from xworld21/latexml-0.8.8
perlPackages.LaTeXML: 0.8.7 -> 0.8.8
2024-02-28 02:32:03 +01:00
R. Ryantm 9e633d53f3 consul-template: 0.36.0 -> 0.37.1 2024-02-28 01:31:12 +00:00
R. Ryantm 89a6b20502 dontgo403: 0.9.4 -> 1.0.0 2024-02-28 01:25:08 +00:00
Robert SchützandGitHub 54a3e9ec0d Merge pull request #290657 from dotlambda/pyexiftool-init
python311Packages.pyexiftool: init at 0.5.6
2024-02-28 01:24:30 +00:00
a-n-n-a-l-e-eandGitHub f3ed7ded2b Merge pull request #290731 from imadnyc/warp-terminal-initial-linux
warp-terminal: added initial linux support
2024-02-27 17:24:21 -08:00
R. Ryantm 842fd5e74a consul: 1.17.3 -> 1.18.0 2024-02-28 01:22:43 +00:00
Robert Schütz efba391c8f brave: disable automatic updates 2024-02-27 17:21:47 -08:00
R. Ryantm b3ffec1279 clightning: 23.11.2 -> 24.02 2024-02-28 01:20:48 +00:00
Robert SchützandGitHub 653954e043 Merge pull request #291459 from dotlambda/imagemagick-7.1.1-29
imagemagick: 7.1.1-28 -> 7.1.1-29
2024-02-28 01:17:42 +00:00
Robert SchützandGitHub 87e60f0ca9 Merge pull request #291465 from dotlambda/urwid-readline-0.14
python312Packages.urwid-readline: 0.13 -> 0.14
2024-02-28 01:17:28 +00:00
Robert Schütz 907bd0798d Revert "python311Packages.pycaption: 2.2.4 -> 2.2.5"
This reverts commit 596f7d6908 because
release 2.2.5 was yanked from PyPI.
2024-02-27 17:15:14 -08:00
Robert SchützandGitHub a37e0afd00 Merge pull request #291410 from amarshall/bitwarden-desktop-rename
bitwarden-desktop: rename from bitwarden; misc cleanup
2024-02-28 01:14:41 +00:00
OTABI TomoyaandGitHub 477d3e191a Merge pull request #291879 from r-ryantm/auto-update/python311Packages.cohere
python311Packages.cohere: 4.49 -> 4.51
2024-02-28 10:11:31 +09:00
Robert SchützandGitHub 83b1550d58 Merge pull request #291644 from r-ryantm/auto-update/abcmidi
abcmidi: 2024.02.19 -> 2024.02.25
2024-02-28 01:10:55 +00:00
pennaeandGitHub b71ca1c90a Merge pull request #291922 from NixOS/mosquitto-2
nixos/mosquitto: remove stutter in acl file name
2024-02-28 02:06:01 +01:00
Robert Schütz 9f269d495c poetry: 1.7.1 -> 1.8.1
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.7.1...1.8.1

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.8.1/CHANGELOG.md
2024-02-27 16:58:52 -08:00
Robert HensingandGitHub 01973b05aa Merge pull request #291933 from tweag/fileset-tests-posix
lib.fileset: Fix tests on Darwin, more POSIX
2024-02-28 01:57:33 +01:00
Robert SchützandGitHub 8473101237 Merge pull request #288207 from dotlambda/ibis-framework-8.0.0
python311Packages.ibis-framework: 7.1.0 -> 8.0.0
2024-02-28 00:54:20 +00:00
imad.nycandannalee 046ea1a290 warp-terminal: 0.2023.12.05.08.02.stable_00 -> 0.2024.02.20.08.01.stable_01; added initial linux support 2024-02-28 00:46:06 +00:00
Ryan LahfaandGitHub e53c07f4cc Merge pull request #291822 from alyssais/zfs-2.1.15
zfs_2_1: 2.1.14 -> 2.1.15
2024-02-28 01:43:56 +01:00
R. Ryantm fa8651ab96 python312Packages.oelint-parser: 3.2.2 -> 3.3.1 2024-02-28 00:31:52 +00:00
Andrew Marshall 1f32eb724d nixos/zfs: Remove enableUnstable in favor of setting package
This just adds complexity and confusion. Once-upon-a-time, there was no
`package` and only `enableUnstable`, but now it is just confusing to
have both, as it would be possible to do e.g. `package = pkgs.zfs` and
`enableUnstable = true`, but then `enableUnstable` does nothing.
2024-02-27 19:30:19 -05:00
a-n-n-a-l-e-eandGitHub ba746ff713 Merge pull request #289780 from D3vil0p3r/patch-30
dc3dd: remove darwin support
2024-02-27 16:24:01 -08:00
Hans Christian Schmitz 5f6dca8403 nixos/pipewire: add assertions for migration to extraConfig/configPackages
The PR #282377 made files/directories specified in
`environment.etc."pipewire<...>"` and `environment.etc."wireplumber<...>"`
conflict with existing configuration of the PipeWire NixOS module due to how
the `configPackages` options were implemented. This sadly wasn't easily
avoidable. As this can cause breakage for users moving from 23.11 to 24.05
though, assertions can help guide them to use `services.pipewire.extraConfig`
or `services.pipewire.configPackages` / `services.wireplumber.configPackages`
instead, fixing the breakage.
2024-02-28 01:22:28 +01:00
abysssol 5c143f0366 nixos/ollama: override kernelPackages with nvidia driver
Instead of setting linuxPackages to a singleton set with nvidia_x11,
override the system's kernelPackages with the nvidia driver.
This is more semantically correct, though doesn't change any behavior.
2024-02-27 18:51:54 -05:00
abysssol 58b1edd610 ollama: 0.1.26 -> 0.1.27 2024-02-27 18:51:54 -05:00
Andrew Marshall 2e36c49949 nixos/pam: Do not incorrectly use zfs.enableUnstable in assertion
`zfs.enableUnstable` only has an effect if `zfs.enabled = true`, so only
require `zfs.enabled` to be true here.
2024-02-27 18:46:00 -05:00
Andrew Marshall 929fcf9335 zfs_unstable: Rename from zfsUnstable
This matches the naming of other zfs_* pkgs.
2024-02-27 18:45:55 -05:00
Andrew Marshall ce5b1e007e nixos/zfs: Fix typo in option doc 2024-02-27 18:45:55 -05:00
Andrew Marshall 1c84667539 nixos/tests/zfs: Get test name from pkg under test
The previous names are already this.
2024-02-27 18:45:47 -05:00
Andrew Marshall dcff4f8318 zfs_2_2: Rename from zfsStable
The `zfs` alias already has equivalent semantics. Instead, make this
like zfs_2_1 so folks who want to pin a specific release series can do
so easily and clearly to have more control over when more substantial
updates occur.

Rename all tests to match the pkg attr they are testing.
2024-02-27 18:45:43 -05:00
Nikolay KorotkiyandGitHub 5d1b96ebf2 Merge pull request #290698 from 9p4/gegl-0.4.48
gegl: 0.4.46 → 0.4.48
2024-02-28 03:40:33 +04:00
lelgenio ed9eb92106 menulibre: 2.2.3 -> 2.4.0 2024-02-27 20:38:55 -03:00
lelgenio 61a0b56da9 menulibre: add passthru.updateScript 2024-02-27 20:38:48 -03:00
Nikolay KorotkiyandGitHub 94e3ac7377 Merge pull request #291876 from iynaix/bump-fastfetch
fastfetch: 2.8.5 -> 2.8.6
2024-02-28 03:35:53 +04:00
R. Ryantm 1907027488 python311Packages.dnf-plugins-core: 4.4.4 -> 4.5.0 2024-02-27 23:33:59 +00:00
Nikolay KorotkiyandGitHub ac8dbe8965 Merge pull request #291900 from eliandoran/dev/cmake_main_program
cmake: add meta.mainProgram
2024-02-28 03:31:47 +04:00
YtandGitHub f35896eab2 Merge pull request #291335 from soywod/himalaya-v1.0.0-beta.3
himalaya: 1.0.0-beta.2 -> 1.0.0-beta.3
2024-02-27 23:15:17 +00:00
Pol DellaieraandGitHub 15231e8f33 Merge pull request #291132 from drupol/gpt4all-chat/rename
gpt4all: rename `gpt4all-chat` in `gpt4all`
2024-02-28 00:14:48 +01:00
Nick CaoandGitHub 4e50404e2f Merge pull request #291899 from NickCao/wayland-pipewire-idle-inhibit
wayland-pipewire-idle-inhibit: use rustPlatform.bindgenHook, fix cros…
2024-02-27 18:08:35 -05:00
R. Ryantmandsternenseemann d06dccfb4d fcft: 3.1.7 -> 3.1.8 2024-02-28 00:00:33 +01:00
e1mo 43fee5401d nixos/bird-lg: Update option description to indicate new features
In release v1.3.3[0] support for CIDRs was added, thus updated the
option description to indicate the new support for that.

[0]: https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.3
2024-02-27 23:54:21 +01:00
e1mo 14323d2766 bird-lg: 1.3.1 -> 1.3.5
The releases in between contain various small addtional features:
- https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.2
- https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.3
- https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.4
- https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.5
- https://github.com/xddxdd/bird-lg-go/releases/tag/v1.3.6
2024-02-27 23:54:13 +01:00
Linus HeckemannandGitHub 98684f4504 Merge pull request #270611 from astro/systemd-netboot
Systemd netboot
2024-02-27 23:44:57 +01:00
Luke Granger-BrownandGitHub 6cbeb5d8ab Merge pull request #291904 from leona-ya/paperless-ngx-2.5.4
paperless-ngx: 2.5.3 -> 2.5.4
2024-02-27 22:39:39 +00:00
Pol Dellaiera 3cdf5be0dc gpt4all: rename gpt4all-chat in gpt4all 2024-02-27 23:35:04 +01:00
emilylange fdf83ea2ba chromium: 122.0.6261.69 -> 122.0.6261.94
https://chromereleases.googleblog.com/2024/02/stable-channel-update-for-desktop_27.html

This update includes 4 security fixes.
2024-02-27 23:29:55 +01:00
emilylange e7a302b9aa chromedriver: 122.0.6261.69 -> 122.0.6261.94 2024-02-27 23:28:41 +01:00