This commit is contained in:
Lukas Wurzinger 2025-01-05 01:03:00 +01:00
parent 66ce551152
commit 1ff206362c
No known key found for this signature in database

View file

@ -61,7 +61,7 @@
];
in
symlinkJoin {
name = helix.pname;
inherit (helix) pname version meta;
paths = [helix];
@ -73,6 +73,4 @@ in
languageServers ++ debugAdapters ++ clipboardProviders
)}
'';
inherit (helix) meta;
}