Commit Graph
692813 Commits
Author SHA1 Message Date
Lin Jian b0cc794dcd emacsPackages.psgml: add upstream bug link 2024-10-14 02:43:30 +08:00
Nick CaoandGitHub f1f3b5ec6e python312Packages.aioairzone-cloud: 0.6.6 -> 0.6.7 (#348158) 2024-10-13 12:14:10 -04:00
Nick CaoandGitHub ed018fb6af gptcommit: 0.5.16 -> 0.5.17 (#348174) 2024-10-13 12:11:11 -04:00
Gaetan LepageandGaétan Lepage 132098649f uv: 0.4.11 -> 0.4.20
Diff: https://github.com/astral-sh/uv/compare/refs/tags/0.4.11...0.4.20

Changelog:
https://github.com/astral-sh/uv/blob/refs/tags/0.4.20/CHANGELOG.md
2024-10-13 17:57:06 +02:00
Bjørn Forsman 97ad9186ca nixos/release-notes: add power.ups entry 2024-10-13 17:55:52 +02:00
Bjørn Forsman 21529d1813 nixos/ups: shutdown UPS at host shutdown
Implement the missing bit of the NUT shutdown design[1]. This ensures
that machines come back up automatically after a power outage. (Without
this change they will only come back up if the UPS completely empties
its battery.)

[1] https://networkupstools.org/docs/user-manual.chunked/Configuration_notes.html#Shutdown_design
2024-10-13 17:55:52 +02:00
Bjørn Forsman 3b781a1e72 nixos/ups: document default upsmon MONITOR value 2024-10-13 17:55:52 +02:00
Bjørn Forsman 2b90f4cdb3 nixos/ups: sort settings attributes
They're listed twice (documentation and implementation) and this change
makes it easier to compare the attrsets.
2024-10-13 17:55:52 +02:00
Felix BühlerandGitHub d952bea4cf mediaelch: 2.10.6 -> 2.12.0 (#348273) 2024-10-13 17:53:20 +02:00
Masum RezaandGitHub 710bc45093 koboldcpp: 1.75.2 -> 1.76, add meta.homepage (#348063) 2024-10-13 21:19:07 +05:30
Kerstin Humm 4fc86edad4 weblate: fix version constraints 2024-10-13 17:30:40 +02:00
Martin WeineltandGitHub 5c3f89dcd7 home-assistant-custom-components.solax_modbus: 2024.09.5 -> 2024.10.3 (#348260) 2024-10-13 16:55:43 +02:00
Luflosi 206539c2d5 home-assistant-custom-components.solax_modbus: 2024.09.5 -> 2024.10.3
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.3
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.2
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.10.1
2024-10-13 16:39:10 +02:00
R. Ryantm 8a935eeecf mediaelch: 2.10.6 -> 2.12.0 2024-10-13 13:59:46 +00:00
Matthieu C.andGaétan Lepage d2d9d9f005 neovim.tests: add a test for passthru.initRc 2024-10-13 15:37:56 +02:00
Matthieu C.andGaétan Lepage 12dafac23c neovim: make the wrapper more evolvable
Now that we have structured attributes enabled, it's easier than ever to
access the wrapper config from itself. Let's expose the 'plugins'
derivations instead of the final 'packpathDir' with which one can't do much.

TLDR: the neovim wrapper accepts a list of neovim derivations in
`plugins` instead of the symlinkJoin of plugins in `packpathDir`.

With exposed plugins, one could tweak the current wrapper with more
plugins, e.g. neovim.withPlugins([fugitive]).withPlugins([plenary]) .
we could also add a boolean to autoadd the plugins passthru.initLua,
better handle the dependencies (runtime programs, python deps).
2024-10-13 15:37:56 +02:00
"Gaetan Lepage"andGaétan Lepage 11cf80ae32 vimPlugins.nvim-treesitter: update grammars 2024-10-13 15:31:43 +02:00
"Gaetan Lepage"andGaétan Lepage 152e9d394a vimPlugins: update on 2024-10-13 2024-10-13 15:31:43 +02:00
Maximilian BoschandGitHub 80792e6e01 Merge: epson-escpr2: 1.2.13 -> 1.2.18 (#348153) 2024-10-13 15:10:12 +02:00
ArtturinandGitHub 007c4f6545 lutris: fix winetricks pango issue (#346932) 2024-10-13 16:03:52 +03:00
Rick van SchijndelandGitHub d5eb65e2a1 hydra: 0-unstable-2024-09-24 -> 0-unstable-2024-10-08 (#347872) 2024-10-13 14:51:07 +02:00
gadorandGitHub 5ef4a70d5c houdini: 20.5.332 -> 20.5.370 (#346204) 2024-10-13 14:26:32 +02:00
Nick HuandGitHub ad77064254 signal-desktop: add darwin support (#348165) 2024-10-13 12:23:26 +01:00
Julien MalkaandGitHub 6f11b44075 misskey: 2024.5.0 -> 2024.10.0 (#343505) 2024-10-13 13:16:06 +02:00
Masum RezaandGitHub 93a9a335ee vscode-extensions.wakatime.vscode-wakatime: 18.0.5 -> 24.2.0 (#348218) 2024-10-13 16:19:45 +05:30
Alyssa Ross acf6b15f94 gnome-settings-daemon: add withSystemd option
Since 7f2a6f17fc ("xdg-desktop-portal-gtk: Enable all default
portals unconditionally"), building gnome-settings-daemon is necessary
to build xdg-desktop-portal-gtk, but it wasn't possible for systems
that can't use systemd.

I've called the option "withSystemd" as it's the most common name for
this kind of option in Nixpkgs.

A couple of backports are required for it to build.  They can be
removed when we update to GNOME 47.
2024-10-13 11:51:39 +02:00
Alyssa Ross 9704a4f856 upower: add withSystemd option
Since 7f2a6f17fc ("xdg-desktop-portal-gtk: Enable all default
portals unconditionally"), building upower is necessary to build
xdg-desktop-portal-gtk, but it wasn't possible for systems that can't
use systemd.

I've called the option "withSystemd" as it's the most common name for
this kind of option in Nixpkgs, and it's consistent with the package's
"withIntrospection" argument (though not "useIMobileDevice").
2024-10-13 11:50:47 +02:00
Alyssa Ross e7a5d9ec42 upower: fix disabling introspection 2024-10-13 11:50:47 +02:00
Ulrik StridandGitHub d410b3c201 ocamlPackages.hacl-star: 0.7.1 → 0.7.2 (#347666) 2024-10-13 11:49:56 +02:00
Alyssa Ross 6f700a0b61 gnome-desktop: add withSystemd option
Since 7f2a6f17fc ("xdg-desktop-portal-gtk: Enable all default
portals unconditionally"), building gnome-desktop is necessary to
build xdg-desktop-portal-gtk, but it wasn't possible for systems that
can't use systemd.

I've called the option "withSystemd" as it's the most common name for
this kind of option in Nixpkgs.
2024-10-13 11:49:44 +02:00
Alyssa Ross 744ab7a50e gcr_4: add systemdSupport option
Since 7f2a6f17fc ("xdg-desktop-portal-gtk: Enable all default
portals unconditionally"), building gcr_4 is necessary to build
xdg-desktop-portal-gtk, but it wasn't possible for systems that can't
use systemd.

I've called the option "systemdSupport" for consistency with gcr (3)'s
equivalent option.
2024-10-13 11:49:21 +02:00
Alyssa Ross 4b2dbd4511 colord: add enableSystemd option
Since 7f2a6f17fc ("xdg-desktop-portal-gtk: Enable all default
portals unconditionally"), building colord is necessary to build
xdg-desktop-portal-gtk, but it wasn't possible for systems that can't
use systemd.

I've called the option "enableSystemd" for consistency with the
existing "enableDaemon" option.

As usual in Nixpkgs, the user is responsible for also overriding udev
to a non-systemd implementation if necessary.
2024-10-13 11:49:07 +02:00
Alyssa Ross b816a99cea systemd.meta.pkgConfigModules: init 2024-10-13 11:49:07 +02:00
Alyssa Ross 24aaa8a8d4 libudev-zero.meta.pkgConfigModules: init 2024-10-13 11:49:07 +02:00
Alyssa Ross 37442e7792 eudev.meta.pkgConfigModules: init 2024-10-13 11:49:07 +02:00
Azat BahawiandGitHub af2e71bd62 gzdoom: 4.12.2 -> 4.13.0; zmusic: 1.1.13 -> 1.1.14, add Gliczy as maintainer, reformat (#348072) 2024-10-13 09:19:36 +00:00
Vladimír Čunát 5a92d785ae thunderbird-115, thunderbird-128: minor update (#347987) 2024-10-13 11:16:41 +02:00
Azat BahawiandGitHub cceb5afb5c nixosTests.endlessh-go: fix to match current module (#347976) 2024-10-13 09:10:04 +00:00
R. Ryantm db00856e06 vscode-extensions.wakatime.vscode-wakatime: 18.0.5 -> 24.2.0 2024-10-13 09:09:47 +00:00
Masum RezaandGitHub d2ff6f5262 crow: init at 1.2 (#348112) 2024-10-13 14:24:46 +05:30
Masum RezaandGitHub cf7b58fb4a discord: format, update discord-canary and discord-ptb, refactor meta (#347313) 2024-10-13 14:22:25 +05:30
Pavol RusnakandGitHub bf98ab5726 monado: add conditional cmake flag for cudaSupport (#347737) 2024-10-13 10:48:54 +02:00
Gaetan LepageandGaétan Lepage cd4eb9d7b2 vimPlugins.cmp-nixpkgs-maintainers: init at 2024-10-12 2024-10-13 10:41:36 +02:00
Pol DellaieraandGitHub c8e9067fab pest: 2.34.7 -> 3.3.1 (#347922) 2024-10-13 10:23:27 +02:00
K900andGitHub 0a153e4786 telegram-desktop: update to git master to fix build with Qt 6.8 (#347291) 2024-10-13 11:17:17 +03:00
Pol DellaieraandGitHub c0ca072b4d strawberry: 1.1.2 -> 1.1.3 (#348068) 2024-10-13 09:50:27 +02:00
Pol DellaieraandGitHub 09a89a1fe8 mongosh: 2.3.1 -> 2.3.2 (#348076) 2024-10-13 09:48:49 +02:00
Pol DellaieraandGitHub 709f13c03f vscode-extensions.tauri-apps.tauri-vscode: init at 0.2.9 (#348126) 2024-10-13 09:48:02 +02:00
Pol DellaieraandGitHub f6ec4230d7 jackett: define meta.mainProgram (#348130) 2024-10-13 09:47:37 +02:00
Pol DellaieraandGitHub 6bafb9f352 vscode-extensions.eamodio.gitlens: 15.1.0 -> 15.6.0 (#348143) 2024-10-13 09:47:20 +02:00