diff options
Diffstat (limited to 'templates/full/nix/default.nix')
| -rw-r--r-- | templates/full/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/nix/default.nix b/templates/full/nix/default.nix index 66bb711..87d9d60 100644 --- a/templates/full/nix/default.nix +++ b/templates/full/nix/default.nix @@ -7,6 +7,6 @@ perSystem = { pkgs, ... }: { - formatter = pkgs.alejandra; + formatter = pkgs.nixfmt-rfc-style; }; } |
