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.
This commit is contained in:
Harald Hoyer 2024-11-19 09:00:28 +01:00
parent 6416f5b8db
commit 5aaa1fb417

View file

@ -84,7 +84,7 @@
]; ];
outputs-builder = channels: { 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; }; defaultApp = lib.flake-utils-plus.mkApp { drv = channels.nixpkgs.home-manager; };
}; };