mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
reference to Nix manual
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
309636f1b0
commit
358ab8370e
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ let
|
||||||
meta = mkOption {
|
meta = mkOption {
|
||||||
type = types.lazyAttrsOf lib.types.raw;
|
type = types.lazyAttrsOf lib.types.raw;
|
||||||
default = { };
|
default = { };
|
||||||
|
# TODO refer to Nix manual 2.25
|
||||||
description = ''
|
description = ''
|
||||||
Metadata information about the app.
|
Metadata information about the app.
|
||||||
Standardized in Nix at <https://github.com/NixOS/nix/pull/11297>.
|
Standardized in Nix at <https://github.com/NixOS/nix/pull/11297>.
|
||||||
|
|
Loading…
Reference in a new issue