From 5aaa1fb4176d334bfeb72e1416f43c009d9bfe2f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 19 Nov 2024 09:00:28 +0100 Subject: [PATCH] feat: switch to nixfmt-rfc-style for formatting Updated the code formatter from nixpkgs-fmt to nixfmt-rfc-style in flake.nix. This change aims to align with RFC formatting standards. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a95c9e3..9c2af2b 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ ]; outputs-builder = channels: { - formatter = channels.nixpkgs.nixpkgs-fmt; + formatter = channels.nixpkgs.nixfmt-rfc-style; defaultApp = lib.flake-utils-plus.mkApp { drv = channels.nixpkgs.home-manager; }; };