From 9d2e52675eec5fa3fe9412302a337b3f847e40a2 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Tue, 19 May 2026 12:38:40 +0200 Subject: [PATCH] fix: replace nixfmt-rfc-style with nixfmt --- modules/home/development/languages/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/development/languages/nix.nix b/modules/home/development/languages/nix.nix index 6e5fcd2..5e7a5dd 100644 --- a/modules/home/development/languages/nix.nix +++ b/modules/home/development/languages/nix.nix @@ -18,7 +18,7 @@ in # Development packages home.packages = with pkgs; [ nix-tree - nixfmt-rfc-style + nixfmt nixd ];