Disable _module.args docs
This commit is contained in:
parent
161ee3aaf9
commit
2c10b297ad
2 changed files with 8 additions and 5 deletions
|
@ -36,15 +36,15 @@
|
|||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||
},
|
||||
"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",
|
||||
"homepage": "https://github.com/NixOS/nixpkgs",
|
||||
"owner": "NixOS",
|
||||
"owner": "hercules-ci",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "55e580b86dd4402fbc2a6793bba6dcf40c56652c",
|
||||
"sha256": "0jnn3ilwxycmqpgjc50g9qcl4z52jnjs70zirxl8cgk3yip3skmw",
|
||||
"rev": "35f40b20607428901e8edace7d4643d4ac11e876",
|
||||
"sha256": "0w1ivhzszggq2j4fxbhdppvzj07zkginfnqdpkl6mdzvpwhy8f0d",
|
||||
"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",
|
||||
"version": ""
|
||||
},
|
||||
|
|
|
@ -8,6 +8,9 @@ let
|
|||
in
|
||||
{
|
||||
options = {
|
||||
_module.args = mkOption {
|
||||
internal = true;
|
||||
};
|
||||
project.name = mkOption {
|
||||
description = ''
|
||||
Name of the project.
|
||||
|
|
Loading…
Reference in a new issue