3c8b36a647
nezha-agent: 1.12.3 -> 1.13.0 ( #420900 )
...
Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com >
2025-06-29 07:58:00 +00:00
crertel
c8a1b81fa6
lmstudio: 0.3.16.8 -> 0.3.17.11
2025-06-29 02:42:47 -05:00
Fausto Núñez Alberro
1aff5d6e7e
gemini-cli: fix file collisions
...
Multiple Node.js packages in nixpkgs create file collisions when installed together in home-manager or system profiles. Specifically:
- `gemini-cli` vs `eslint`: collision on `lib/node_modules/eslint/conf/default-cli-options.js`
- `gemini-cli` vs `angular-language-server`: collision on `lib/node_modules/semver/README.md` (with permission differences: 0555 vs 0444)
This occurs because these packages install their bundled dependencies directly to `$out/lib/node_modules/`, causing path conflicts when multiple packages provide the same transitive dependencies.
The issue stems from packages copying their entire `node_modules` directory to a shared location (`$out/lib/node_modules/`) rather than isolating their dependencies in package-specific directories.
Before:
```nix
cp -r node_modules "$out/lib/"
```
After:
```nix
cp -r node_modules "$out/share/gemini-cli/"
```
This is probably counterproductive in some ways (would ideally share deps?) but at least this fix allows these packages to coexist.
2025-06-29 09:37:00 +02:00
7c6f434c and GitHub
a48741b083
libetonyek: enable strictDeps / parallel building, clean up ( #420169 )
2025-06-29 07:09:35 +00:00
Amadej Kastelic
e185b87573
python3Packages.clldutils: modernize
2025-06-29 09:08:50 +02:00
Amadej Kastelic
5293ede2b6
python3Packages.clldutils: 3.21.0 -> 3.24.2
2025-06-29 09:08:50 +02:00
Amadej Kastelic
074b333898
python3Packages.bibtexparser_2: init at 2.0.0b8
2025-06-29 09:08:46 +02:00
Aleksana and GitHub
5a7a0b4350
teams/kodi: remove sephalon ( #420931 )
2025-06-29 15:05:22 +08:00
Pol Dellaiera and GitHub
224a1e72c1
structurizr-cli: init at 2025.05.28 ( #417630 )
2025-06-29 08:42:33 +02:00
purpole
d0c18c0adc
sccmhunter: use python3.12
2025-06-29 08:42:07 +02:00
Stefan Wiehler
c82b750dd4
teams/kodi: remove sephalon
...
I ended up only contributing once for the Kodi 18 update and
InputStream Adaptive addon packaging.
2025-06-29 08:32:59 +02:00
Jörg Thalheim and GitHub
87a4e1fcee
python3Packages.anyascii: 0.3.2 -> 0.3.3 ( #420927 )
2025-06-29 08:14:16 +02:00
Jörg Thalheim and GitHub
a930333c50
signal-desktop-bin: 7.58.0 -> 7.59.0 ( #420245 )
2025-06-29 08:11:55 +02:00
Jörg Thalheim and GitHub
d26cb83d37
python3Packages.pushover-complete: 1.2.0 -> 2.0.0 ( #412237 )
2025-06-29 08:10:22 +02:00
R. Ryantm
74fc212df6
python3Packages.anyascii: 0.3.2 -> 0.3.3
2025-06-29 05:38:10 +00:00
R. Ryantm
4baf968bb9
kubexporter: 0.6.4 -> 0.6.5
2025-06-29 05:36:26 +00:00
dotlambda and GitHub
c7327b1796
python3Packages.requirements-parser: 0.11.0 -> 0.13.0 ( #410485 )
2025-06-28 22:28:59 -07:00
c28b140875
swayimg: 4.2 -> 4.3 ( #420902 )
...
Co-authored-by: Gliczy <Gliczy@users.noreply.github.com >
2025-06-29 05:12:03 +00:00
e171f08ade
terragrunt: 0.81.8 -> 0.82.3 ( #420909 )
...
Co-authored-by: kashw2 <kashw2@users.noreply.github.com >
2025-06-29 04:32:38 +00:00
Sizhe Zhao
81c9af4c4c
gtkd: avoid with lib;
2025-06-29 12:24:03 +08:00
Sizhe Zhao
b7076aed5d
gtkd: move to by-name
2025-06-29 12:24:03 +08:00
Aleksana and GitHub
872f292b64
mission-center: 0.6.2 -> 1.0.2 ( #403986 )
2025-06-29 12:02:38 +08:00
Aleksana and GitHub
dde5a80153
pycapnp: update to Cython 3 ( #418891 )
2025-06-29 11:46:59 +08:00
Aleksana and GitHub
637b0fc6b5
yaziPlugins.wl-clipboard: init at 0-unstable-2025-05-22 ( #410211 )
2025-06-29 11:45:41 +08:00
R. Ryantm
51159e2d5c
terragrunt: 0.81.8 -> 0.82.3
2025-06-29 03:33:05 +00:00
b708044c6e
slackdump: 3.1.4 -> 3.1.6 ( #420765 )
...
Co-authored-by: Bot-wxt1221 <3264117476@qq.com >
2025-06-29 03:08:19 +00:00
R. Ryantm
53833447bd
rsop: 0.7.0 -> 0.7.1
2025-06-29 02:52:45 +00:00
Austin Horstman and GitHub
89ec8219f7
nufmt: 0-unstable-2025-05-23 -> 0-unstable-2025-06-19 ( #420447 )
2025-06-28 21:37:14 -05:00
R. Ryantm
0ddae366f2
swayimg: 4.2 -> 4.3
2025-06-29 02:22:06 +00:00
R. Ryantm
b53071b01c
nezha-agent: 1.12.3 -> 1.13.0
2025-06-29 02:09:48 +00:00
botnk
960f32534a
zed-editor: 0.192.6 -> 0.192.7
...
Changelog: https://github.com/zed-industries/zed/releases/tag/v0.192.7
2025-06-29 01:55:58 +00:00
Aleksana and GitHub
3fd29d9d28
tldx: init at 1.2.6 ( #412998 )
2025-06-29 09:24:22 +08:00
R. Ryantm
a5636d1f74
protoc-gen-dart: 22.3.0 -> 22.4.0
2025-06-29 01:14:33 +00:00
Aleksana and GitHub
61bdeccc61
cbonsai: 1.3.1 -> 1.4.2 ( #420206 )
2025-06-29 09:13:30 +08:00
Aleksana and GitHub
a882648164
nixosTests.pixelfed.standard: handleTestOn -> runTestOn ( #420281 )
2025-06-29 09:12:42 +08:00
Aleksana and GitHub
bca1d070fa
lms: 3.66.1 -> 3.67.0 ( #419482 )
2025-06-29 09:10:26 +08:00
R. Ryantm
9d074d4672
libretro.vice-x128: 0-unstable-2025-05-24 -> 0-unstable-2025-06-29
2025-06-29 01:03:44 +00:00
Aleksana and GitHub
21fd3a189b
python3Packages.meraki: 2.0.2 -> 2.0.3 ( #419720 )
2025-06-29 08:52:32 +08:00
Aleksana and GitHub
7ea04f4314
mihomo: 1.19.10 -> 1.19.11 ( #419882 )
2025-06-29 08:48:01 +08:00
Aleksana and GitHub
35d2d19bbe
python3Packages.pure-sasl: init at 0.6.2 ( #417583 )
2025-06-29 08:45:26 +08:00
Aleksana and GitHub
f5f709eb9c
python3Packages.postgrest-py: init at 1.1.1 ( #419934 )
2025-06-29 08:43:41 +08:00
Aleksana and GitHub
8dff511dce
python3Packages.property-cached: init at 1.6.4 ( #417884 )
2025-06-29 08:42:51 +08:00
R. Ryantm
d60ac7eb5e
steamguard-cli: 0.17.0 -> 0.17.1
2025-06-29 00:39:05 +00:00
Syl
df69de1861
tldx: init at 1.2.6
2025-06-28 20:37:08 -04:00
Aleksana and GitHub
9bdb645379
trelby: fix .desktop file and install icon to correct path ( #420697 )
2025-06-29 08:35:42 +08:00
Aleksana and GitHub
279cb32a05
gnome-extensions-cli: 0.10.5 -> 0.10.6 ( #420764 )
2025-06-29 08:31:55 +08:00
Aleksana and GitHub
22fbeba718
gradia: 1.4.3 -> 1.5.0 ( #419099 )
2025-06-29 08:30:01 +08:00
R. Ryantm
d2f2177e61
libretro.ppsspp: 0-unstable-2025-06-19 -> 0-unstable-2025-06-28
2025-06-29 00:27:11 +00:00
668b089f34
plemoljp-hs: 2.0.4 -> 3.0.0 ( #420822 )
...
Co-authored-by: kachick <kachick@users.noreply.github.com >
2025-06-29 00:09:51 +00:00
68df987249
plemoljp-nf: 2.0.4 -> 3.0.0 ( #420824 )
...
Co-authored-by: kachick <kachick@users.noreply.github.com >
2025-06-29 00:09:41 +00:00