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,
|
||||
idris2Packages,
|
||||
lua-language-server,
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
zls,
|
||||
ty,
|
||||
}:
|
||||
symlinkJoin {
|
||||
buildEnv {
|
||||
name = "editor-runtime";
|
||||
paths = [
|
||||
nixfmt-rfc-style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue