vscod{e,ium}-fhs: add top-level aliases, add description
This commit is contained in:
committed by
Jonathan Ringer
parent
9bd292c929
commit
a060b84b32
@@ -150,7 +150,12 @@ let
|
||||
inherit (unwrapped) pname version; # for home-manager module
|
||||
};
|
||||
|
||||
inherit meta;
|
||||
meta = meta // {
|
||||
description = ''
|
||||
Wrapped variant of ${pname} which launches in a FHS compatible envrionment.
|
||||
Should allow for easy usage of extensions without nix-specific modifications.
|
||||
'';
|
||||
};
|
||||
};
|
||||
in
|
||||
unwrapped
|
||||
|
||||
Reference in New Issue
Block a user