vscod{e,ium}-fhs: add top-level aliases, add description

This commit is contained in:
Jonathan Ringer
2021-05-02 13:38:52 -07:00
committed by Jonathan Ringer
parent 9bd292c929
commit a060b84b32
2 changed files with 10 additions and 1 deletions
+6 -1
View File
@@ -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