better concatenation of var packages
This commit is contained in:
@@ -20,14 +20,13 @@ let
|
||||
;
|
||||
}
|
||||
);
|
||||
packages =
|
||||
[ python ]
|
||||
++ builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
pipenv # python development workflow for humans
|
||||
pyright # LSP
|
||||
;
|
||||
};
|
||||
packages = builtins.attrValues {
|
||||
inherit python;
|
||||
inherit (pkgs)
|
||||
pipenv # python development workflow for humans
|
||||
pyright # LSP
|
||||
;
|
||||
};
|
||||
in
|
||||
{
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user