mirror of
https://gitlab.com/TECHNOFAB/nixible.git
synced 2026-02-02 11:25:08 +01:00
chore: minor improvements like making inventory arg optional
This commit is contained in:
parent
4e6694ca64
commit
0a0d354962
2 changed files with 12 additions and 9 deletions
|
|
@ -152,11 +152,9 @@
|
|||
};
|
||||
optionsDoc = doclib.mkOptionDocs {
|
||||
module = {
|
||||
_module.args.pkgs = pkgs;
|
||||
imports = [
|
||||
nblib.module
|
||||
{
|
||||
_module.args.pkgs = pkgs;
|
||||
}
|
||||
];
|
||||
};
|
||||
roots = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue