From 9b9129d5fc48b9686bba65478f1ed996d2c88f1c Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 17:48:52 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f0e6e83..62ff19e 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ }; type = types.attrsOf (types.submodule ({ name, ... }: { - freeformType = settingsFormat.type; +# freeformType = settingsFormat.type; options = { source = mkOption { type = types.str;