From a51dfce2a15fce24cd64e801e854cfb5552f9d02 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:13:25 +0200 Subject: [PATCH] update: add nixfmt-rfc-style as nix fmt --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c9abc88..b4f8c28 100644 --- a/flake.nix +++ b/flake.nix @@ -55,5 +55,6 @@ modules = [ ./hosts/main-homelab/configuration.nix ]; }; }; + formatter.x86_64-linux = inputs.nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style; }; }