From b3a90d737d5e69d784a07f359ea71178b506b8dd Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Tue, 24 Sep 2024 10:24:40 +0100 Subject: [PATCH] modules/files: don't set `shorthandOnlyDefinesConfig` --- modules/top-level/files/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/top-level/files/default.nix b/modules/top-level/files/default.nix index 7bdcfac1..3a1a4896 100644 --- a/modules/top-level/files/default.nix +++ b/modules/top-level/files/default.nix @@ -10,7 +10,6 @@ let inherit (lib) types; fileModuleType = types.submoduleWith { - shorthandOnlyDefinesConfig = true; inherit specialArgs; # Don't include the modules in the docs, as that'd be redundant modules = lib.optionals (!config.isDocs) [