Matthieu C.
d0ec106920
vimPlugins.typescript-tools-nvim: add runtimeDeps tsserver
2025-01-19 13:34:57 +01:00
Matthieu C.
1d85984351
neovim: enable autowrapRuntimeDeps by default
...
like the autoconfigure setting, this represents a turning point in neovim plugins packaging and an additional way to avoid patching plugins.
For instance in markdown-preview-nvim, instead of patching paths like:
===
super.markdown-preview-nvim.overrideAttrs {
patches = [
(substituteAll {
src = ./markdown-preview-nvim/fix-node-paths.patch;
node = "${nodejs}/bin/node";
})
];
postInstall = ''
ln -s ${nodeDep}/node_modules $out/app
'';
===
we could add the program in PATH.
You can still disable by using `neovim.overrideAttrs({ autowrapRuntimeDeps = false; })`.
See the documentation at https://nixos.org/manual/nixpkgs/unstable/#neovim-custom-configuration .
2025-01-19 13:34:41 +01:00
Matthieu C.
c4aa5081f9
neovim: enable autoconfigure by default
...
It was disabled before. You can still disable by using neovim.overrideAttrs({ autoconfigure = false; }). See the documentation at
https://nixos.org/manual/nixpkgs/unstable/#neovim-custom-configuration
2025-01-19 13:33:14 +01:00
Justin Bedő and GitHub
5e2aac6af7
last: 1607 -> 1608 ( #374226 )
2025-01-19 23:27:11 +11:00
OTABI Tomoya and GitHub
b47e09d765
python312Packages.yamale: 5.2.1 -> 6.0.0 ( #371102 )
2025-01-19 21:26:59 +09:00
OTABI Tomoya and GitHub
f1070f8a29
python312Packages.llama-cloud: 0.1.8 -> 0.1.9 ( #374372 )
2025-01-19 21:25:19 +09:00
misuzu and GitHub
3d307af057
gtkspell2: fix cross build ( #374001 )
2025-01-19 14:15:49 +02:00
Wolfgang Walther and GitHub
0ec8369b00
treewide: replace substituteAll with replaceVars (part 2) ( #373658 )
2025-01-19 13:08:50 +01:00
K900 and GitHub
f995e96fd1
nixos/acme: disable rate limiting to fix the test ( #374984 )
2025-01-19 15:07:43 +03:00
misuzu and GitHub
27555100b3
libixion: fix cross build ( #373983 )
2025-01-19 14:07:02 +02:00
misuzu and GitHub
709a853491
liblangtag: fix cross build ( #373968 )
2025-01-19 14:06:39 +02:00
OTABI Tomoya and GitHub
3ab4abae1d
python3Packages.lrclibapi: init at 0.3.1 ( #373542 )
2025-01-19 21:02:34 +09:00
Doron Behar and GitHub
e272e727dc
octave: fix cross build ( #375025 )
2025-01-19 13:58:39 +02:00
misuzu and GitHub
06e6d2459b
mecab: fix cross build ( #373789 )
2025-01-19 13:56:30 +02:00
FliegendeWurst
de1c0f43d4
octave: fix cross build
2025-01-19 12:50:14 +01:00
735a044321
powershell-editor-services: 4.1.0 -> 4.2.0 ( #374428 )
...
Co-authored-by: sharpchen <sharpchen@users.noreply.github.com >
2025-01-19 11:49:26 +00:00
Doron Behar and GitHub
d8d3d5f5de
syncthingtray: 1.7.0 -> 1.7.1 ( #375001 )
2025-01-19 13:46:38 +02:00
Doron Behar and GitHub
97c3c86ec9
cpp-utilities: 5.27.1 -> 5.27.2 ( #374993 )
2025-01-19 13:46:19 +02:00
Matt Moriarity and GitHub
f624d9c16a
lldap: pin wasm-bindgen-cli to 0.2.95 ( #374179 )
2025-01-19 12:44:19 +01:00
OTABI Tomoya and GitHub
6e02957b50
Fix invalid pythonImportsCheck attributes ( #374927 )
2025-01-19 20:35:31 +09:00
OTABI Tomoya and GitHub
f26c1bc725
python3Packages.wat: 0.4.4 -> 0.5.0 ( #374970 )
2025-01-19 20:34:57 +09:00
Maximilian Bosch and GitHub
a4afb337c3
Merge: nextcloud: remove 28, update apps ( #374902 )
2025-01-19 12:34:46 +01:00
Maximilian Bosch and GitHub
c1bf44ab55
Merge: nixos/postgresql: fix condition for readwritepaths ( #372164 )
2025-01-19 12:32:13 +01:00
OTABI Tomoya and GitHub
a45e3bcce4
python313Packages.reflex-chakra: 0.6.2 -> 0.6.3 ( #375013 )
2025-01-19 20:31:49 +09:00
misuzu and GitHub
daf35fdd25
liberation-sans-narrow: fix cross build ( #373965 )
2025-01-19 13:30:23 +02:00
Sandro and GitHub
3655f3f84a
simdjson: 3.11.4 -> 3.11.6 ( #375018 )
2025-01-19 12:27:25 +01:00
OTABI Tomoya and GitHub
58afe3786d
python313Packages.setupmeta: 3.6.0 -> 3.6.1 ( #375011 )
2025-01-19 20:23:40 +09:00
7c6f434c and GitHub
133940fb2a
tinycc: 0.9.27-unstable-2022-07-15 -> 0.9.27-unstable-2025-01-06 ( #374684 )
2025-01-19 11:20:24 +00:00
misuzu and GitHub
ed916a6a2c
inkscape: fix cross build ( #370554 )
2025-01-19 13:19:30 +02:00
OTABI Tomoya and GitHub
98307ec905
python312Packages.mpl-typst: init at 0.1.0 ( #374768 )
2025-01-19 20:17:39 +09:00
OTABI Tomoya and GitHub
d13c7254f3
python312Packages.setuptools-git-versioning: 2.0.0 -> 2.1.0 ( #374483 )
2025-01-19 20:15:43 +09:00
OTABI Tomoya and GitHub
374c722c10
python312Packages.sqlalchemy-i18n: refactor and mark as broken ( #373360 )
2025-01-19 20:02:33 +09:00
OTABI Tomoya and GitHub
47219a7b02
python312Packages.moderngl-window: 3.1.0 -> 3.1.1 ( #375004 )
2025-01-19 19:56:41 +09:00
b56cac7e90
go-blueprint: 0.10.3 -> 0.10.4 ( #374933 )
...
Co-authored-by: tobifroe <tobifroe@users.noreply.github.com >
2025-01-19 10:51:16 +00:00
Fabian Affolter
d2ad4d48f8
python313Packages.setupmeta: 3.6.0 -> 3.6.1
...
Diff: codrsquad/setupmeta@refs/tags/v3.6.0...v3.6.1
2025-01-19 11:49:54 +01:00
misuzu and GitHub
2bc2c3aa78
python312Packages.inkex: clean up test inputs ( #371482 )
2025-01-19 12:47:44 +02:00
misuzu and GitHub
d7104f1822
libppd: fix cross build ( #370283 )
2025-01-19 12:41:39 +02:00
R. Ryantm
c767ebed33
simdjson: 3.11.4 -> 3.11.6
2025-01-19 10:30:09 +00:00
Fabian Affolter
e193d9a61e
python313Packages.reflex-chakra: 0.6.2 -> 0.6.3
...
Diff: https://github.com/reflex-dev/reflex-chakra/compare/refs/tags/v0.6.2...v0.6.3
Changelog: https://github.com/reflex-dev/reflex-chakra/releases/tag/v0.6.3
2025-01-19 11:29:41 +01:00
misuzu and GitHub
aeb8e0f79b
libcupsfilters: fix cross build, cleanup ( #374997 )
2025-01-19 12:28:41 +02:00
Fabian Affolter and GitHub
d1d706fd7c
python312Packages.django-dynamic-preferences: 1.15.0 -> 1.17.0 ( #374752 )
2025-01-19 11:28:19 +01:00
a570861f49
aaaaxy: 1.5.250 -> 1.5.256 ( #374994 )
...
Co-authored-by: Luflosi <Luflosi@users.noreply.github.com >
2025-01-19 10:26:05 +00:00
Gaetan Lepage
18a5c3dfd4
python312Packages.moderngl-window: 3.1.0 -> 3.1.1
...
Diff: https://github.com/moderngl/moderngl_window/compare/refs/tags/3.1.0...3.1.1
Changelog: https://github.com/moderngl/moderngl-window/blob/3.1.1/CHANGELOG.md
2025-01-19 11:19:23 +01:00
R. Ryantm
44b3a8afb4
syncthingtray: 1.7.0 -> 1.7.1
2025-01-19 10:09:23 +00:00
Michele Guerini Rocco and GitHub
b4622e7a25
nixos/alsa: reintroduce hardware.alsa.enablePersistence ( #373529 )
2025-01-19 11:05:37 +01:00
FliegendeWurst
af0fc9563d
libcupsfilters: fix cross build, cleanup
2025-01-19 11:03:30 +01:00
Julien Malka and GitHub
e5ad45c4b7
FerretDB document defaults, PostgreSQL default URL, disable telemetry ( #288493 )
2025-01-19 11:01:27 +01:00
Fabian Affolter and GitHub
edc63aabe4
python312Packages.python-benedict: 0.34.0 -> 0.34.1 ( #374974 )
2025-01-19 10:56:25 +01:00
Christian Kögler and GitHub
887069a3b1
dolt: 1.45.1 -> 1.45.4 ( #372441 )
2025-01-19 10:53:14 +01:00
Christian Kögler and GitHub
5b3d1b675f
re-flex: 5.1.0 -> 5.1.1 ( #372541 )
2025-01-19 10:52:52 +01:00