packages/catalog: don't use meta.description
This commit is contained in:
parent
e22d4f3bd7
commit
17965f1fd4
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…
Add table
Reference in a new issue