fix: Use buildEnv to join drv instead of symlinkJoin

This commit is contained in:
ulic-youthlic 2025-10-18 23:10:53 +08:00
parent f8cab1db34
commit fce213c07e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -1,5 +1,5 @@
{ {
symlinkJoin, buildEnv,
nixfmt-rfc-style, nixfmt-rfc-style,
idris2Packages, idris2Packages,
lua-language-server, lua-language-server,
@ -38,7 +38,7 @@
zls, zls,
ty, ty,
}: }:
symlinkJoin { buildEnv {
name = "editor-runtime"; name = "editor-runtime";
paths = [ paths = [
nixfmt-rfc-style nixfmt-rfc-style