fix: Use buildEnv to join drv instead of symlinkJoin
This commit is contained in:
parent
f8cab1db34
commit
fce213c07e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue