modules: rename formatter

karitham.dev 0fd58350 3b7c71f2

verified
Changed files
+2 -2
modules
dev
editor
+1 -1
modules/default.nix
··· 29 29 pds-simple = pkgs.callPackage ./pds/pds-recovery-simple.nix { inherit (inputs) nixpkgs; }; 30 30 pds-full = pkgs.callPackage ./pds/pds-recovery-full.nix { inherit (inputs) nixpkgs; }; 31 31 }; 32 - formatter = pkgs.nixfmt-rfc-style; 32 + formatter = pkgs.nixfmt; 33 33 devShells.default = pkgs.mkShell { packages = with pkgs; [ sops ]; }; 34 34 }; 35 35
+1 -1
modules/dev/editor/helix.nix
··· 15 15 patches = jj-patch; 16 16 }); 17 17 global-tools = with pkgs; [ 18 - nixfmt-rfc-style 18 + nixfmt 19 19 biome 20 20 golangci-lint 21 21 gotools