mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
committed by
Austin Horstman
parent
04c27d743d
commit
3d6c1c8fa0
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user