style: treefmt options format fix
This commit is contained in:
+2
-2
@@ -155,8 +155,8 @@
|
||||
};
|
||||
|
||||
# Formatter for nix files, available through 'nix fmt'
|
||||
treefmt = lib.mkIf cfg.formatter.enable {
|
||||
programs.alejandra.enable = lib.mkIf cfg.formatter.nix true;
|
||||
treefmt.programs = lib.mkIf cfg.formatter.enable {
|
||||
alejandra.enable = lib.mkIf cfg.formatter.nix true;
|
||||
};
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user