From 8875ad5fb466944667e5171035aa8f5c01675e93 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Jul 2024 04:02:35 -0400 Subject: tree-wide: alejandra -> nixfmt --- templates/full/nix/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/full/nix/default.nix') diff --git a/templates/full/nix/default.nix b/templates/full/nix/default.nix index c0457fd..66bb711 100644 --- a/templates/full/nix/default.nix +++ b/templates/full/nix/default.nix @@ -4,7 +4,9 @@ ./packages.nix ]; - perSystem = {pkgs, ...}: { - formatter = pkgs.alejandra; - }; + perSystem = + { pkgs, ... }: + { + formatter = pkgs.alejandra; + }; } -- cgit v1.2.3