Disable _module.args docs

This commit is contained in:
Robert Hensing 2022-04-08 00:03:13 +02:00
parent 161ee3aaf9
commit 2c10b297ad
2 changed files with 8 additions and 5 deletions

View file

@ -36,15 +36,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"nixos-unstable": { "nixos-unstable": {
"branch": "master", "branch": "lib-modules-allow-disable-_modules.args-docs-internal",
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
"homepage": "https://github.com/NixOS/nixpkgs", "homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS", "owner": "hercules-ci",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "55e580b86dd4402fbc2a6793bba6dcf40c56652c", "rev": "35f40b20607428901e8edace7d4643d4ac11e876",
"sha256": "0jnn3ilwxycmqpgjc50g9qcl4z52jnjs70zirxl8cgk3yip3skmw", "sha256": "0w1ivhzszggq2j4fxbhdppvzj07zkginfnqdpkl6mdzvpwhy8f0d",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/55e580b86dd4402fbc2a6793bba6dcf40c56652c.tar.gz", "url": "https://github.com/hercules-ci/nixpkgs/archive/35f40b20607428901e8edace7d4643d4ac11e876.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"version": "" "version": ""
}, },

View file

@ -8,6 +8,9 @@ let
in in
{ {
options = { options = {
_module.args = mkOption {
internal = true;
};
project.name = mkOption { project.name = mkOption {
description = '' description = ''
Name of the project. Name of the project.