summaryrefslogtreecommitdiff
path: root/templates/full/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/nix/default.nix')
-rw-r--r--templates/full/nix/default.nix2
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;
};
}