fix(common): append lists fix
This commit is contained in:
parent
fe959febef
commit
39eaf9834a
@ -27,7 +27,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = stablePkgs + unstablePkgs;
|
packages = stablePkgs ++ unstablePkgs;
|
||||||
|
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user