packages/catalog: don't use meta.description
This commit is contained in:
parent
bb89132867
commit
1eea948c75
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ in
|
||||||
perSystem = { config, ... }: {
|
perSystem = { config, ... }: {
|
||||||
catalog.depot = {
|
catalog.depot = {
|
||||||
packages = lib.mapAttrs (name: package: {
|
packages = lib.mapAttrs (name: package: {
|
||||||
description = package.meta.description or "Package: ${name}";
|
description = "Package: ${name}";
|
||||||
actions = lib.mkMerge [
|
actions = lib.mkMerge [
|
||||||
{
|
{
|
||||||
build = {
|
build = {
|
||||||
|
|
Loading…
Reference in a new issue