From a64f25ebde7e79e29e4ac731441206c7e00dccdf Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Tue, 22 Feb 2022 14:24:20 +0000 Subject: [PATCH] formatting --- hm-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm-module.nix b/hm-module.nix index c2bdf77..bbf722b 100644 --- a/hm-module.nix +++ b/hm-module.nix @@ -26,8 +26,8 @@ in { default = false; }; cache_dir = mkOption { - type = types.str; - default = "source_dir"; + type = types.str; + default = "source_dir"; }; }; };