Skip to content

Commit 3d6c1c8

Browse files
thomas-mauricekhaneliman
authored andcommitted
modules: add minimal variable to modules/default.nix
Fix regression caused by missing `minimal` variable in modules/default.nix
1 parent 04c27d7 commit 3d6c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
configuration,
33
pkgs,
44
lib ? pkgs.lib,
5-
5+
minimal ? false,
66
# Whether to check that each option has a matching declaration.
77
check ? true,
88
# Extra arguments passed to specialArgs.

0 commit comments

Comments
 (0)