Fix eval when nixos-modules.nixosModule

This commit is contained in:
Sandro - 2023-01-04 22:06:26 +01:00
parent 05cde6b886
commit 650955c319
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 0 deletions

6
modules/default.nix Normal file
View File

@ -0,0 +1,6 @@
{ lib, ... }:
{
# only included here to prevent errors about using a undefined option
options.opinionatedDefaults = lib.mkEnableOption "opinionated defaults";
}