don't add pkgs to _module.args
This commit is contained in:
parent
232837d34a
commit
18e1a2c890
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ in {
|
||||||
in {
|
in {
|
||||||
# NOTE: _module.args is a special option that allows us to
|
# NOTE: _module.args is a special option that allows us to
|
||||||
# NOTE: set extend specialArgs from inside the modules.
|
# NOTE: set extend specialArgs from inside the modules.
|
||||||
_module.args = repos;
|
# WARNING: pkgs is a reserved specialArg
|
||||||
|
_module.args = removeAttrs repos ["pkgs"];
|
||||||
|
|
||||||
nixpkgs =
|
nixpkgs =
|
||||||
if contextName == "hosts"
|
if contextName == "hosts"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue