fix: replace nixfmt-rfc-style with nixfmt

This commit is contained in:
Jan-Bulthuis 2026-05-19 12:38:40 +02:00
parent 6c5c69945a
commit 9d2e52675e

View File

@ -18,7 +18,7 @@ in
# Development packages
home.packages = with pkgs; [
nix-tree
nixfmt-rfc-style
nixfmt
nixd
];