formatting

This commit is contained in:
ChaotiCryptidz 2022-02-22 14:24:20 +00:00
parent c82b7dea11
commit a64f25ebde
No known key found for this signature in database

View file

@ -26,8 +26,8 @@ in {
default = false; default = false;
}; };
cache_dir = mkOption { cache_dir = mkOption {
type = types.str; type = types.str;
default = "source_dir"; default = "source_dir";
}; };
}; };
}; };