mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-07 17:41:03 +01:00
modules: add minimal variable to modules/default.nix
Fix regression caused by missing `minimal` variable in modules/default.nix
This commit is contained in:
parent
04c27d743d
commit
3d6c1c8fa0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
configuration,
|
||||
pkgs,
|
||||
lib ? pkgs.lib,
|
||||
|
||||
minimal ? false,
|
||||
# Whether to check that each option has a matching declaration.
|
||||
check ? true,
|
||||
# Extra arguments passed to specialArgs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue