Pol Dellaiera and GitHub
7ebe5f065e
docker-compose: fix rm command argument ( #392853 )
2025-03-25 15:53:17 +01:00
28a6e4943b
avbroot: 3.13.0 -> 3.14.0 ( #393034 )
...
Co-authored-by: oluceps <oluceps@users.noreply.github.com >
2025-03-25 14:44:31 +00:00
Matthieu Coudron and GitHub
d3c2689ed6
vimPlugins: refactoring
2025-03-25 15:27:23 +01:00
Emily and GitHub
04d59c3c24
system-syzygy: 1.0.1 -> 1.0.2, use fetchCargoVendor ( #393071 )
2025-03-25 14:18:25 +00:00
Wolfgang Walther and GitHub
15f3d37c73
Revert "nixos/postgresql: add docs about procedural languages" ( #393083 )
2025-03-25 14:02:12 +00:00
407d4ff95d
codeium: 1.40.1 -> 1.42.3 ( #390330 )
...
Co-authored-by: anpin <pavel@anpin.fyi >
2025-03-25 14:01:19 +00:00
3fb6946954
oterm: 0.9.1 -> 0.9.3 ( #393039 )
...
Co-authored-by: gaelj <gaelj@users.noreply.github.com >
2025-03-25 13:58:04 +00:00
Wolfgang Walther
a4006e4970
Revert "nixos/postgresql: add docs about procedural languages"
...
This reverts commit 0bc099abd6 .
2025-03-25 14:58:02 +01:00
Emily and GitHub
2bb7458042
lipl: 0.1.3 -> 0.1.3-unstable-2022-08-23, use fetchCargoVendor ( #393078 )
2025-03-25 13:55:29 +00:00
Aleksana and GitHub
2e40e56250
alpaca: 5.0.6 -> 5.2.0 ( #388592 )
2025-03-25 21:43:08 +08:00
TomaSajt
f079f3e1d8
lipl: 0.1.3 -> 0.1.3-unstable-2022-08-23, use fetchCargoVendor
2025-03-25 14:37:57 +01:00
Dominique Martinet and Valentin Gagarin
fb5e34fb39
nixos/cryptpad: fix service with nodejs 22.11 (for real)
...
The previous fix had only been tested locally through a runtime edit of
the service, and the order in which @chown had been re-added was
different so commit cf498c1a61 ("nixos/cryptpad: fix service with
nodejs 22.11") did not actually fix the issue.
This properly orders @chown after @privileged so the rule is respected,
and also properly denies with EPERM instead of allowing the chown family
of syscalls: this will properly prevent seccomp from killing nodejs
while still disallowing fchown()
Fixes https://github.com/NixOS/nixpkgs/issues/370717
2025-03-25 13:37:25 +00:00
Austin Horstman
06422e6363
vimPlugins.bitbake-vim: migrate to new repo and move
...
Move to actively maintained repo and move to non-generated since plugin
updater can't handle sub directories.
2025-03-25 08:34:03 -05:00
Austin Horstman
f9af047fc0
vimPlugins.plenary-nvim: migrate to luaPackagePlugins
2025-03-25 08:34:03 -05:00
Austin Horstman
c7e23358d4
vimPlugins: drop luaPackage overrides
...
Attempt to remove overrides that provide dependencies that should be
handled from the luaPackages derivation and buildNeovimPlugin.
2025-03-25 08:34:02 -05:00
Austin Horstman
db2eef5af6
vimplugins.coc-*: move into cocPlugins
...
coc is breaking out packages into top-level, but I don't know if we
really need separate folders for each of these. Can just create another
set to merge in.
2025-03-25 08:34:02 -05:00
Austin Horstman
9cc633bc97
vimplugins.coc-nginx: move overrides into nodePackagePlugins
2025-03-25 08:34:02 -05:00
Austin Horstman
0c4d4290a6
vimPlugins.vim-pony: redirect to active repo
2025-03-25 08:34:02 -05:00
Austin Horstman
f11e01af91
vimPlugins.VimCompletesMe: migrate to active repo
...
Old repo referenced was removed, referencing currently active repo.
2025-03-25 08:34:02 -05:00
Austin Horstman
dc7b6a574c
vimPlugins.Spacegray-vim: drop package
2025-03-25 08:34:02 -05:00
Austin Horstman
baa373b985
vimPlugins.vim2nix: move to non-generated
2025-03-25 08:34:02 -05:00
Austin Horstman
eec836cd7d
vimPlugins: automate non-generated plugin calls
...
Move the non-generated plugins to using a function call that iterates
over the folders in the non-generated directory so we don't need them in
overrides.nix
2025-03-25 08:34:02 -05:00
Austin Horstman
944f6a9e57
vimPlugins.markdown-preview-nvim: move supporting files to patches
2025-03-25 08:34:02 -05:00
Austin Horstman
cb00c3ba6c
vimUtils: move to utils directory
...
Add some organization
2025-03-25 08:34:01 -05:00
Bobby Rong and GitHub
8407a64b5c
xfce.libxfce4ui: 4.20.0 -> 4.20.1 ( #392553 )
2025-03-25 21:08:10 +08:00
TomaSajt
bd2eb2d6f5
system-syzygy: 1.0.1 -> 1.0.2, use fetchCargoVendor
2025-03-25 14:07:16 +01:00
Bobby Rong and GitHub
7e51c10858
nemo-preview: init at 6.4.0, xreader: enable introspection ( #391701 )
2025-03-25 21:06:54 +08:00
Gaétan Lepage and GitHub
3249ec1ada
obs-do: 0.1.7 -> 0.1.8 ( #393053 )
2025-03-25 14:04:18 +01:00
Maximilian Bosch and GitHub
dad0bf139b
Merge: nixos/postgresql: add docs about procedural languages ( #392399 )
2025-03-25 13:00:09 +00:00
Fernando Rodrigues and Masum Reza
2e76f1b474
shell.nix: include gh in the default shell
...
GitHub's CLI is now used by nixpkgs-review to fetch Nixpkgs evaluation
results from GitHub Actions. Including it in the default shell will
allow all contributors to easily log-in to GitHub when nixpkgs-review
tries to fetch evaluation results.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net >
2025-03-25 18:15:50 +05:30
R. Ryantm and Gaetan Lepage
4d69e40329
obs-do: 0.1.7 -> 0.1.8
2025-03-25 13:43:17 +01:00
jopejoe1 and GitHub
e77c2830a0
ddnet-server: build fixes ( #391366 )
2025-03-25 13:42:17 +01:00
Wolfgang Walther and GitHub
8fd5b35eef
python3Packages.minify-html: 0.15.0 -> 0.16.4 ( #393059 )
2025-03-25 12:40:04 +00:00
Moritz Sanft and GitHub
a7d72f2198
distribution: 3.0.0-rc.3 -> 3.0.0-rc.4 ( #392409 )
2025-03-25 13:35:23 +01:00
Stefan Visser
628ad9a59f
python3Packages.minify-html: 0.15.0 -> 0.16.4
...
Diff: https://github.com/wilsonzlin/minify-html/compare/v0.15.0...v0.16.4
Changelog: https://github.com/wilsonzlin/minify-html/blob/v0.16.4/CHANGELOG.md
2025-03-25 13:21:37 +01:00
7c6f434c and GitHub
7132a91821
asymptote: 2.95 -> 3.01 ( #392887 )
2025-03-25 12:13:26 +00:00
Adam C. Stephens and GitHub
dc9b690d42
nixosTests.forgejo{,-lts}: migrate to runTest ( #392797 )
2025-03-25 07:55:26 -04:00
Michele Guerini Rocco and GitHub
1eef541674
bdf2psf: 1.234 -> 1.235 ( #392707 )
2025-03-25 12:17:39 +01:00
49f5c5dfb3
objfw: 1.2.4 -> 1.3 ( #392240 )
...
Co-authored-by: steeleduncan <steeleduncan@users.noreply.github.com >
2025-03-25 10:46:58 +00:00
Maximilian Bosch and GitHub
1fcfb2dcea
Merge: nixos/nextcloud: Also install when config.php exists but is empty ( #391375 )
2025-03-25 10:43:41 +00:00
Adam C. Stephens and GitHub
19ae80e5b6
tailwindcss_4: 4.0.8 -> 4.0.15 ( #392991 )
2025-03-25 06:38:56 -04:00
R. Ryantm and Kerstin
d855e4df4e
wgpu-utils: 24.0.1 -> 24.0.3
2025-03-25 11:29:11 +01:00
Vincent Laporte and Vincent Laporte
953ed76397
coqPackages.gappalib: 1.6.0 → 1.7.0
2025-03-25 11:14:38 +01:00
Vincent Laporte and Vincent Laporte
394e9d6f85
coqPackages.interval: 4.11.0 → 4.11.1
2025-03-25 11:14:38 +01:00
R. Ryantm
d36362148a
oterm: 0.9.1 -> 0.9.3
2025-03-25 10:02:57 +00:00
Tristan Ross and Alyssa Ross
e5a8e186e0
llvmPackages_git: 21.0.0-unstable-2025-03-16 -> 21.0.0-unstable-2025-03-23
...
Add `libc` source to `llvm.src` so `llvm-gpu-loader` builds.
2025-03-25 10:56:06 +01:00
rorosen and GitHub
eef109e7cf
rke2: build with goboring library ( #393009 )
...
Use the FIPS Compatible boringcrypto Go compiler. This version of Go
replaces the standard Go crypto libraries with the FIPS validated
BoringCrypto module. Using a validated compiler is a requirement for
FIPS 140-2 Enablement of the RKE2 package.
2025-03-25 10:54:30 +01:00
R. Ryantm
4c6e2a7bc8
avbroot: 3.13.0 -> 3.14.0
2025-03-25 09:51:42 +00:00
Weijia Wang and GitHub
163a6be75a
previewqt: 3.0 -> 4.0 ( #391576 )
2025-03-25 10:39:10 +01:00
misuzu and GitHub
f630533b4a
nixos/xpad-noone: init ( #389752 )
2025-03-25 11:29:52 +02:00