1
0
Fork 0
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:
Shivaraj B H 2024-08-17 17:48:49 +05:30 committed by GitHub
parent 309636f1b0
commit 358ab8370e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ let
meta = mkOption {
type = types.lazyAttrsOf lib.types.raw;
default = { };
# TODO refer to Nix manual 2.25
description = ''
Metadata information about the app.
Standardized in Nix at <https://github.com/NixOS/nix/pull/11297>.