Commit Graph
1013237 Commits
Author SHA1 Message Date
SandroandGitHub cccd32a9fb virtualbox: fix short-path-literals (#522696) 2026-06-08 23:42:03 +00:00
Martin WeineltandGitHub 7b1e40f28a zigbee2mqtt: use pnpm_10 (#529699) 2026-06-08 23:34:53 +00:00
SandroandGitHub 48e5a6fd68 songrec: 0.6.7 -> 0.7.3; various miscellaneous improvement (#528351) 2026-06-08 23:26:26 +00:00
Robert Schütz 7bed4ad810 zigbee2mqtt: use pnpm_10 2026-06-08 16:17:20 -07:00
SandroandGitHub 740b34f296 virtualbox: remove not required default.nix from callPackage 2026-06-09 01:10:03 +02:00
Yohann BonifaceandGitHub dd355af63e devin-cli: fix homepage URL to prevent redirect (#529693) 2026-06-08 23:06:38 +00:00
Alexis HildebrandtandGitHub d71c764701 python3Packages.prometheus-client: 0.24.1 -> 0.25.0; add nix-update-script, modernize (#525109) 2026-06-08 22:59:28 +00:00
nixpkgs-ci[bot]andGitHub 73e8849763 libation: 13.4.4 -> 13.4.5 (#529347) 2026-06-08 22:51:50 +00:00
Fernando RodriguesandGitHub ecf61ae596 freetube: 0.24.0 -> 0.24.1 (#529524) 2026-06-08 22:41:37 +00:00
Sarah Clark 68ae43d2ec devin-cli: fix homepage to skip redirect to devin IDE online 2026-06-08 15:23:16 -07:00
zowoqandGitHub fc18a841b6 telegraf: 1.38.4 -> 1.39.0 (#529632) 2026-06-08 22:13:57 +00:00
Martin WeineltandGitHub 7480c3e227 python3Packages.data-grand-lyon-ha: init at 0.8.0 (#529010) 2026-06-08 22:13:35 +00:00
Martin WeineltandGitHub 907fba89d6 python3Packages.cielo-connect-api: init at 1.0.6 (#529009) 2026-06-08 22:12:44 +00:00
TomaandGitHub 4dd6071446 pragtical: use mbedtls_4 (#529673) 2026-06-08 21:44:50 +00:00
Michael DanielsandGitHub aa499d7238 nixpkgs-vet: 0.3.0 -> 0.3.2 (#529318) 2026-06-08 21:44:07 +00:00
Yohann BonifaceandGitHub 496fcd7b73 python3Packages.cock: migrate to pyproject (#529519) 2026-06-08 21:39:42 +00:00
Yohann BonifaceandGitHub 0685f4868f python3Packages.colanderalchemy: migrate to pyproject (#529518) 2026-06-08 21:35:46 +00:00
Yohann BonifaceandGitHub 2746c07ad6 python3Packages.colorlover: migrate to pyproject (#529517) 2026-06-08 21:29:37 +00:00
Matthieu CoudronandGitHub 02a236eb71 supercollider: 3.13.1 -> 3.14.1 (#527684) 2026-06-08 21:28:38 +00:00
Michael DanielsandGitHub b2190cbd94 antigravity-cli: clean up derivation and updateScript (#527053) 2026-06-08 21:28:21 +00:00
nixpkgs-ci[bot]andGitHub d69b365d3c tigerbeetle: 0.17.4 -> 0.17.5 (#528588) 2026-06-08 21:27:47 +00:00
YtandGitHub f8662d57de cargo-tauri: use pnpm 10 for test-app (#529642) 2026-06-08 21:27:22 +00:00
TomaSajt 8f26b06dc3 pragtical: use mbedtls_4 2026-06-08 23:25:49 +02:00
Martin WeineltandGitHub 7e1f0bfc58 home-assistant-custom-components.opendisplay: init at 2.0.2 (#529666) 2026-06-08 21:24:56 +00:00
Martin Weinelt 55fda86457 home-assistant-custom-components.opendisplay: init at 2.0.2 2026-06-08 23:19:50 +02:00
Florian KlinkandGitHub b8d2631686 nixos/cde: replace activation script with tmpfiles (#527625) 2026-06-08 21:17:51 +00:00
Marcin SerwinandGitHub e359516e84 maintainers: remove hedning (#518768) 2026-06-08 21:11:31 +00:00
Martin Weinelt d8a6f4c862 python3Packages.python-resize-image: init at 1.1.20 2026-06-08 23:11:24 +02:00
Marcin SerwinandGitHub 9c8bfc47e0 plasticity: 25.3.9 -> 26.1.3 (#487732) 2026-06-08 21:06:09 +00:00
Stefan FrijtersandGitHub 90581faec0 gimp: enable strictDeps and structuredAttrs (#526359) 2026-06-08 21:02:41 +00:00
Austin HorstmanandGitHub 6dddcfb1e2 neovim-require-check-hook: remove $out from rtp (#529637) 2026-06-08 21:01:49 +00:00
Matt SturgeonandGitHub d3f5c0e481 workflows/teams: fix execution day of comment (#529652) 2026-06-08 21:00:27 +00:00
Hythera 1120f1fcc2 maintainers: remove hedning 2026-06-08 22:57:54 +02:00
0x4A6FandGitHub 2a288c2bef routinator: 0.15.1 -> 0.15.2 (#529633) 2026-06-08 20:53:20 +00:00
stefanandAustin Horstman bb1e73bf6f neovim-require-check-hook: remove $out from rtp
Previously, the tested plugin appeared in `rtp` under two paths:
- `/nix/store/<hash>-vimPlugins-my-plugin` from `$out`
- `/build/.local/share/nvim/site/pack/nvimRequireCheckHook/opt/testPlugin`
  from `packadd testPlugin`

This was causing problems for plugins that use
`vim.api.nvim_get_runtime_file()`. For example, plugins that use
`blink.lib` to load rust modules fail the require check because
`blink.lib` uses this function to locate rust shared libraries and
raises an error when duplicate libraries are found.

The plugin is already loaded via `packadd testPlugin`, so adding `$out`
to `rtp` is unnecessary. Remove `$out` from `rtp` to avoid duplicate
runtime entries, and add a regression test to ensure the plugin appears
in `rtp` only once.

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2026-06-08 13:51:28 -07:00
Peder Bergebakken SundtandGitHub 1246dcd3fe python3Packages.hdf5plugin: build using system libraries; bzip2_1_1: drop (#526391) 2026-06-08 20:50:17 +00:00
Peder Bergebakken SundtandGitHub 5272a0d8ad yacreader: 9.16.3 -> 10.0.0 (#527314) 2026-06-08 20:44:21 +00:00
Hythera 8bbed87799 workflows/teams: fix execution day of comment 2026-06-08 22:41:22 +02:00
Hythera 399295a97b cargo-tauri: use pnpm 10 for test-app 2026-06-08 22:40:43 +02:00
Nick CaoandGitHub 60766807b8 helmfile: 1.5.0 -> 1.5.2 (#521764) 2026-06-08 20:40:34 +00:00
Thomas GerbetandGitHub 148931d918 phpPackages.composer: 2.10.0 -> 2.10.1 (#528026) 2026-06-08 20:40:31 +00:00
Silvan MosbergerandGitHub 30183481f4 maintainers/github-teams.json: Automated sync (#529650) 2026-06-08 20:39:42 +00:00
Nick CaoandGitHub 9aeaa9c7c0 python3Packages.mmengine: skip failing test (#529561) 2026-06-08 20:39:34 +00:00
Nick CaoandGitHub afb903f65f openmm: 8.5.1 -> 8.5.2 (#529595) 2026-06-08 20:39:09 +00:00
Nick CaoandGitHub 56051aaf4f terraform-providers.tencentcloudstack_tencentcloud: 1.82.98 -> 1.82.101 (#529463) 2026-06-08 20:35:16 +00:00
Nick CaoandGitHub c6ad59a34a elan: 4.2.2 -> 4.2.3 (#529464) 2026-06-08 20:35:12 +00:00
Nick CaoandGitHub 42543568f2 agate: 3.3.22 -> 3.3.23 (#529477) 2026-06-08 20:34:16 +00:00
Nick CaoandGitHub 3632cb587a python3Packages.aioaudiobookshelf: 0.1.20 -> 0.1.21 (#529534) 2026-06-08 20:33:32 +00:00
Nick CaoandGitHub acc83e7cb8 python3Packages.pydo: 0.34.0 -> 0.35.0 (#529538) 2026-06-08 20:33:04 +00:00
Yohann BonifaceandGitHub 12c5ef53b4 python3Packages.colorspacious: migrate to pyproject (#529516) 2026-06-08 20:33:00 +00:00