chore: add treefmt/prettier note

This commit is contained in:
doprz
2025-12-13 22:54:47 -06:00
parent ea5d1e2b16
commit d12c8bd7b7

View File

@@ -11,6 +11,8 @@
projectRootFile = "flake.nix";
programs.nixfmt.enable = pkgs.lib.meta.availableOn pkgs.stdenv.buildPlatform pkgs.nixfmt-rfc-style.compiler;
programs.nixfmt.package = pkgs.nixfmt-rfc-style;
# NOTE: Make sure the prettier version in package.json and the one used by treefmt are the same for consistent results
programs.prettier.enable = true;
programs.shellcheck.enable = true;
programs.yamlfmt.enable = true;