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